make pylint happy

This commit is contained in:
flukx 2024-08-18 09:34:16 +02:00
parent dbd2b68a7d
commit ff4c98f102

View file

@ -291,7 +291,6 @@ def show_part_changer(ui_element: nicegui.ui.element, part: Part) -> None:
Args:
ui_element: the ui element (e.g. a card) on which to show the part changing ui
part: the part to change
save_function: what to call when changing is done
"""
input_fields = {}
def save_value(event, member):