Skip to content

Commit afed84a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 57ca56d commit afed84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ardupilot_methodic_configurator/backend_filesystem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ def _file_has_changed_vs_disk(self, filename: str, current_params: ParDict) -> b
871871
return True # New file counts as a change
872872

873873
return False
874+
874875
def merge_forced_or_derived_parameters(
875876
self, filename: str, new_parameters: dict[str, ParDict], existing_fc_params: Optional[list[str]]
876877
) -> bool:

0 commit comments

Comments
 (0)