Skip to content

Commit

Permalink
Issue #228: Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed May 10, 2024
1 parent bd0f429 commit 617086b
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,6 +1,6 @@
# -*- coding: utf-8 -*-

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

"""
Expand Down

0 comments on commit 617086b

Please sign in to comment.