We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b472bbf commit 5a7cd7cCopy full SHA for 5a7cd7c
services/web/server/tests/unit/with_dbs/03/test_trash.py
@@ -1,8 +1,11 @@
1
# pylint: disable=protected-access
2
# pylint: disable=redefined-outer-name
3
# pylint: disable=too-many-arguments
4
+# pylint: disable=too-many-statements
5
# pylint: disable=unused-argument
6
# pylint: disable=unused-variable
7
+
8
9
from collections.abc import Callable
10
from uuid import UUID
11
0 commit comments