Skip to content

Commit

Permalink
IMPROVEMENT: frontend_tkinter_parameter_editor_table.py pylint fix fo…
Browse files Browse the repository at this point in the history
…r python 3.12
  • Loading branch information
amilcarlucas committed May 13, 2024
1 parent 091a19b commit 5301a00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@



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 5301a00

Please sign in to comment.