Skip to content

Commit a305032

Browse files
committed
make pylint happy
1 parent 8881c85 commit a305032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/web/server/tests/unit/with_dbs/01/storage/test_storage_rpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
from collections.abc import Callable
2-
1+
# pylint: disable=too-many-arguments
32
# pylint: disable=redefined-outer-name
43
# pylint: disable=unused-argument
4+
from collections.abc import Callable
55
from pathlib import Path
66
from typing import Any, Final
77

0 commit comments

Comments
 (0)