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

@@ -45,7 +45,9 @@ from tests.integration_tests.fixtures.birth_names_dashboard import (
load_birth_names_dashboard_with_slices, # noqa: F401
load_birth_names_data, # noqa: F401
)
from tests.integration_tests.fixtures.public_role import public_role_like_gamma # noqa: F401
from tests.integration_tests.fixtures.public_role import (
public_role_like_gamma, # noqa: F401
)
from tests.integration_tests.fixtures.query_context import get_query_context
from tests.integration_tests.fixtures.world_bank_dashboard import (
load_world_bank_dashboard_with_slices, # noqa: F401