From 4aa80bc0d3c99fe45f4a0e4b58d90c52b92faa80 Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Sat, 1 Jun 2024 17:21:15 +0200 Subject: [PATCH] IMPROVEMENT: pylint fiy --- MethodicConfigurator/frontend_tkinter_parameter_editor_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MethodicConfigurator/frontend_tkinter_parameter_editor_table.py b/MethodicConfigurator/frontend_tkinter_parameter_editor_table.py index bb5a087..5052709 100644 --- a/MethodicConfigurator/frontend_tkinter_parameter_editor_table.py +++ b/MethodicConfigurator/frontend_tkinter_parameter_editor_table.py @@ -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.