mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: enable ruff's isort equivalent (#28267)
This commit is contained in:
committed by
GitHub
parent
fe37d914e5
commit
3ac387bb66
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user