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
@@ -26,7 +26,7 @@ from pytest_mock import MockerFixture
|
||||
from superset.exceptions import CreateKeyValueDistributedLockFailedException
|
||||
from superset.key_value.exceptions import KeyValueCreateFailedError
|
||||
from superset.key_value.types import KeyValueResource
|
||||
from superset.utils.lock import KeyValueDistributedLock, serialize
|
||||
from superset.utils.lock import KeyValueDistributedLock
|
||||
|
||||
|
||||
def test_KeyValueDistributedLock_happy_path(mocker: MockerFixture) -> None:
|
||||
|
||||
Reference in New Issue
Block a user