chore: enable ruff's isort equivalent (#28267)

This commit is contained in:
Maxime Beauchemin
2024-04-30 18:29:49 -07:00
committed by GitHub
parent fe37d914e5
commit 3ac387bb66
22 changed files with 85 additions and 24 deletions

View File

@@ -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,