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 c9acb69 commit 0e10f38Copy full SHA for 0e10f38
packages/pytest-simcore/tests/test_robust_websocket.py
@@ -1,3 +1,9 @@
1
+# pylint: disable=redefined-outer-name
2
+# pylint: disable=unused-argument
3
+# pylint: disable=unused-variable
4
+# pylint: disable=protected-access
5
+
6
7
import json
8
import logging
9
from threading import Thread
0 commit comments