Skip to content

Commit 5a7cd7c

Browse files
committed
pylint
1 parent b472bbf commit 5a7cd7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/web/server/tests/unit/with_dbs/03/test_trash.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# pylint: disable=protected-access
22
# pylint: disable=redefined-outer-name
33
# pylint: disable=too-many-arguments
4+
# pylint: disable=too-many-statements
45
# pylint: disable=unused-argument
56
# pylint: disable=unused-variable
7+
8+
69
from collections.abc import Callable
710
from uuid import UUID
811

0 commit comments

Comments
 (0)