Skip to content

Commit

Permalink
Issue #222: Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed Feb 16, 2024
1 parent 0e9706d commit 7fdccdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sksurgeryvtk/widgets/vtk_overlay_window.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

# pylint: disable=too-many-instance-attributes, no-name-in-module
# pylint:disable=super-with-arguments, too-many-arguments, line-too-long
# pylint:disable=super-with-arguments, too-many-arguments, line-too-long, too-many-public-methods

"""
Module to provide a set of VTK renderers that can be used to create an Augmented Reality viewer.
Expand Down

0 comments on commit 7fdccdf

Please sign in to comment.