mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
chore: enable ruff's isort equivalent (#28267)
This commit is contained in:
committed by
GitHub
parent
fe37d914e5
commit
3ac387bb66
@@ -46,7 +46,10 @@ from superset.utils.core import backend, get_example_default_schema
|
||||
from superset.utils.database import get_example_database, get_main_database
|
||||
from superset.utils.dict_import_export import export_to_dict
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.conftest import CTAS_SCHEMA_NAME, with_feature_flags # noqa: F401
|
||||
from tests.integration_tests.conftest import ( # noqa: F401
|
||||
CTAS_SCHEMA_NAME,
|
||||
with_feature_flags,
|
||||
)
|
||||
from tests.integration_tests.constants import (
|
||||
ADMIN_USERNAME,
|
||||
ALPHA_USERNAME,
|
||||
|
||||
Reference in New Issue
Block a user