mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -22,7 +22,7 @@ from unittest import mock
|
||||
from zipfile import is_zipfile, ZipFile
|
||||
|
||||
import pytest
|
||||
import yaml
|
||||
import yaml # noqa: F401
|
||||
from freezegun import freeze_time
|
||||
|
||||
import superset.cli.importexport
|
||||
@@ -30,8 +30,8 @@ import superset.cli.thumbnails
|
||||
from superset import app, db
|
||||
from superset.models.dashboard import Dashboard
|
||||
from tests.integration_tests.fixtures.birth_names_dashboard import (
|
||||
load_birth_names_dashboard_with_slices,
|
||||
load_birth_names_data,
|
||||
load_birth_names_dashboard_with_slices, # noqa: F401
|
||||
load_birth_names_data, # noqa: F401
|
||||
)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user