Skip to content

Commit 40c29ad

Browse files
committed
fix(param editor table): lint fixes
1 parent 1db4479 commit 40c29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ardupilot_methodic_configurator/frontend_tkinter_parameter_editor_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def __update_new_value_entry_text(new_value_entry: ttk.Entry, value: float, para
296296
else:
297297
new_value_entry.configure(style="TEntry")
298298

299-
def __create_new_value_entry( # pylint: disable=too-many-arguments, too-many-positional-arguments, too-many-locals
299+
def __create_new_value_entry( # pylint: disable=too-many-arguments,too-many-positional-arguments,too-many-locals,too-many-statements # noqa: PLR0915
300300
self,
301301
param_name: str,
302302
param: Par,

0 commit comments

Comments
 (0)