Skip to content

Commit 9ee0142

Browse files
committed
Issue #66: Linting.
1 parent 54b8231 commit 9ee0142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sksurgeryutils/ui/sksurgerystereorenderer_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
LOGGER = logging.getLogger(__name__)
3333

34-
# pylint: disable=too-many-instance-attributes, too-many-positional-arguments
34+
# pylint: disable=too-many-instance-attributes, too-many-positional-arguments, invalid-name
3535

3636
class TrackballActorWithZoom(vtk.vtkInteractorStyleTrackballActor):
3737
"""

0 commit comments

Comments
 (0)