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 e79c716 commit a9ce89bCopy full SHA for a9ce89b
services/web/server/tests/unit/with_dbs/04/licenses/test_licensed_resources_repository.py
@@ -1,3 +1,8 @@
1
+# pylint: disable=redefined-outer-name
2
+# pylint: disable=unused-argument
3
+# pylint: disable=unused-variable
4
+# pylint: disable=too-many-arguments
5
+# pylint: disable=too-many-statements
6
import arrow
7
import pytest
8
from aiohttp.test_utils import TestClient
0 commit comments