Skip to content

Commit 2002a67

Browse files
committed
fix(pylint): fix pylint disable
1 parent f1c8616 commit 2002a67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ardupilot_methodic_configurator/data_model_vehicle_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ def create_new_vehicle_from_template(
188188
self.open_vehicle_directory(new_path)
189189
return new_path
190190

191-
def create_new_vehicle_from_bin_log(
191+
def create_new_vehicle_from_bin_log( # pylint: disable=too-many-locals
192192
self,
193193
bin_file: str,
194194
progress_callback: Callable[[int, int], None] | None = None,
195-
) -> str: # pylint: disable=too-many-locals
195+
) -> str:
196196
"""
197197
Create a new vehicle configuration directory from an ArduPilot .bin log file.
198198

0 commit comments

Comments
 (0)