mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: upgrade black (#19410)
This commit is contained in:
@@ -45,7 +45,10 @@ from flask.ctx import AppContext
|
||||
],
|
||||
)
|
||||
def test_convert_dttm(
|
||||
app_context: AppContext, target_type: str, dttm: datetime, result: Optional[str],
|
||||
app_context: AppContext,
|
||||
target_type: str,
|
||||
dttm: datetime,
|
||||
result: Optional[str],
|
||||
) -> None:
|
||||
from superset.db_engine_specs.trino import TrinoEngineSpec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user