mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: implement force refresh in chart data request (#9762)
* fix: implement force refresh in chart data request * unrelated lint
This commit is contained in:
@@ -15,11 +15,11 @@
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.
|
||||
import logging
|
||||
from dataclasses import dataclass
|
||||
from typing import List, Optional, Set
|
||||
from urllib import parse
|
||||
|
||||
import sqlparse
|
||||
from dataclasses import dataclass
|
||||
from sqlparse.sql import (
|
||||
Function,
|
||||
Identifier,
|
||||
|
||||
Reference in New Issue
Block a user