Skip to content

Commit

Permalink
IMPROVEMENT: pylint fiy
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 1, 2024
1 parent b2993f7 commit 4aa80bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from MethodicConfigurator.annotate_params import Par


class ParameterEditorTable(ScrollFrame):
class ParameterEditorTable(ScrollFrame): # pylint: disable=too-many-ancestors
"""
A class to manage and display the parameter editor table within the GUI.
Expand Down

0 comments on commit 4aa80bc

Please sign in to comment.