Skip to content

Commit f43298a

Browse files
committed
BUGFIX: pylint on frontent_tkinter_parameter_editor_table.py
1 parent 85d2555 commit f43298a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MethodicConfigurator/frontend_tkinter_parameter_editor_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def __update_combobox_style_on_selection(self, combobox_widget, param_default):
228228
combobox_widget.configure(style='default_v.TCombobox' if has_default_value else 'readonly.TCombobox')
229229
except ValueError:
230230
logging_info(f'Could not solve the selected {combobox_widget} key to a float value.')
231-
pass
232231

233232
@staticmethod
234233
def __update_new_value_entry_text(new_value_entry: ttk.Entry, value: float, param_default):

0 commit comments

Comments
 (0)