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
@@ -16,11 +16,12 @@
|
||||
# under the License.
|
||||
# type: ignore
|
||||
"""Unit tests for Superset"""
|
||||
|
||||
import json
|
||||
from unittest.mock import patch
|
||||
|
||||
from superset import security_manager
|
||||
from superset.utils import slack
|
||||
from superset.utils import slack # noqa: F401
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.conftest import with_config
|
||||
from tests.integration_tests.constants import ADMIN_USERNAME
|
||||
|
||||
Reference in New Issue
Block a user