Skip to content

Commit 0e10f38

Browse files
committed
pylint
1 parent c9acb69 commit 0e10f38

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/pytest-simcore/tests/test_robust_websocket.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
import json
28
import logging
39
from threading import Thread

0 commit comments

Comments
 (0)