sisoe24 / nukeserversocket

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
3 months ago2 years old
Consider removing the commented out code block
10from nukeserversocket.received_data import ReceivedData
11from nukeserversocket.controllers.nuke import Editor, NukeController
12
13# pytestmark = pytest.mark.quick14
15
16class NukeEditor(Editor):
Consider removing the commented out code block
 16
 17# TODO: Test the timeout
 18
 19# pytestmark = pytest.mark.quick 20
 21
 22class MockEditorController(EditorController):
Consider removing the commented out code block
10from nukeserversocket.received_data import ReceivedData
11from nukeserversocket.controllers.nuke import Editor, NukeController
12
13# pytestmark = pytest.mark.quick14
15
16class NukeEditor(Editor):
Consider removing the commented out code block
 16
 17# TODO: Test the timeout
 18
 19# pytestmark = pytest.mark.quick 20
 21
 22class MockEditorController(EditorController):
Consider removing the commented out code block
10from nukeserversocket.received_data import ReceivedData
11from nukeserversocket.controllers.nuke import Editor, NukeController
12
13# pytestmark = pytest.mark.quick14
15
16class NukeEditor(Editor):