mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
chore: set up ruff as a new linter/formatter (#28158)
This commit is contained in:
committed by
GitHub
parent
e8a678b75a
commit
2d63722150
@@ -16,7 +16,7 @@
|
||||
# under the License.
|
||||
import itertools
|
||||
import json
|
||||
from unittest.mock import MagicMock, patch
|
||||
from unittest.mock import MagicMock, patch # noqa: F401
|
||||
|
||||
import pytest
|
||||
import yaml
|
||||
@@ -47,8 +47,8 @@ from tests.integration_tests.fixtures.importexport import (
|
||||
dataset_metadata_config,
|
||||
)
|
||||
from tests.integration_tests.fixtures.world_bank_dashboard import (
|
||||
load_world_bank_dashboard_with_slices,
|
||||
load_world_bank_data,
|
||||
load_world_bank_dashboard_with_slices, # noqa: F401
|
||||
load_world_bank_data, # noqa: F401
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user