mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore: enable ruff's isort equivalent (#28267)
This commit is contained in:
committed by
GitHub
parent
fe37d914e5
commit
3ac387bb66
@@ -26,7 +26,9 @@ from superset.reports.models import (
|
||||
ReportRecipientType,
|
||||
ReportScheduleType,
|
||||
)
|
||||
from tests.integration_tests.fixtures.tabbed_dashboard import tabbed_dashboard # noqa: F401
|
||||
from tests.integration_tests.fixtures.tabbed_dashboard import (
|
||||
tabbed_dashboard, # noqa: F401
|
||||
)
|
||||
|
||||
DASHBOARD_REPORT_SCHEDULE_DEFAULTS = {
|
||||
"type": ReportScheduleType.REPORT,
|
||||
|
||||
@@ -24,7 +24,9 @@ from superset.commands.dashboard.permalink.create import CreateDashboardPermalin
|
||||
from superset.commands.report.execute import AsyncExecuteReportScheduleCommand
|
||||
from superset.models.dashboard import Dashboard
|
||||
from superset.reports.models import ReportSourceFormat
|
||||
from tests.integration_tests.fixtures.tabbed_dashboard import tabbed_dashboard # noqa: F401
|
||||
from tests.integration_tests.fixtures.tabbed_dashboard import (
|
||||
tabbed_dashboard, # noqa: F401
|
||||
)
|
||||
from tests.integration_tests.reports.utils import create_dashboard_report
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user