Skip to content

Commit

Permalink
IMPROVEMENT: Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 3, 2024
1 parent 268228d commit 12992ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from MethodicConfigurator.version import VERSION


class FlightControllerInfoWindow(BaseWindow): # pylint: disable=too-few-public-methods
class FlightControllerInfoWindow(BaseWindow):
"""
Display flight controller hardware, firmware and parameter information
"""
Expand Down
2 changes: 0 additions & 2 deletions MethodicConfigurator/frontend_tkinter_parameter_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
from MethodicConfigurator.frontend_tkinter_base import ProgressWindow
from MethodicConfigurator.frontend_tkinter_base import BaseWindow

from MethodicConfigurator.frontend_tkinter_connection_selection import ConnectionSelectionWidgets

from MethodicConfigurator.frontend_tkinter_directory_selection import VehicleDirectorySelectionWidgets

from MethodicConfigurator.frontend_tkinter_parameter_editor_table import ParameterEditorTable
Expand Down

0 comments on commit 12992ce

Please sign in to comment.