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

@@ -19,8 +19,14 @@ from .birth_names_dashboard import (
load_birth_names_dashboard_with_slices, # noqa: F401
load_birth_names_dashboard_with_slices_module_scope, # noqa: F401
)
from .energy_dashboard import load_energy_table_data, load_energy_table_with_slice # noqa: F401
from .public_role import public_role_like_gamma, public_role_like_test_role # noqa: F401
from .energy_dashboard import ( # noqa: F401
load_energy_table_data,
load_energy_table_with_slice,
)
from .public_role import ( # noqa: F401
public_role_like_gamma,
public_role_like_test_role,
)
from .unicode_dashboard import (
load_unicode_dashboard_with_position, # noqa: F401
load_unicode_dashboard_with_slice, # noqa: F401