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 54b8231 commit 9ee0142Copy full SHA for 9ee0142
1 file changed
sksurgeryutils/ui/sksurgerystereorenderer_demo.py
@@ -31,7 +31,7 @@
31
32
LOGGER = logging.getLogger(__name__)
33
34
-# pylint: disable=too-many-instance-attributes, too-many-positional-arguments
+# pylint: disable=too-many-instance-attributes, too-many-positional-arguments, invalid-name
35
36
class TrackballActorWithZoom(vtk.vtkInteractorStyleTrackballActor):
37
"""
0 commit comments