mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -79,7 +79,9 @@ def _get_timegrains(
|
||||
|
||||
|
||||
def _get_query(
|
||||
query_context: "QueryContext", query_obj: "QueryObject", _: bool,
|
||||
query_context: "QueryContext",
|
||||
query_obj: "QueryObject",
|
||||
_: bool,
|
||||
) -> Dict[str, Any]:
|
||||
datasource = _get_datasource(query_context, query_obj)
|
||||
result = {"language": datasource.query_language}
|
||||
|
||||
Reference in New Issue
Block a user