Skip to content

Commit

Permalink
comments and newline at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
janez45 committed Feb 21, 2024
1 parent 0d8e3a1 commit 5b8e1bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion path_2024_task_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
CONNECTION_ADDRESS = "tcp:localhost:14550"


# Required for checks
# pylint: disable-next=too-many-return-statements
def run() -> int:
"""
Uploads mission to run a maximum number of laps and monitors the mission for early landing.
Expand All @@ -25,4 +27,4 @@ def run() -> int:
if result_run < 0:
print("ERROR")

print("Done")
print("Done")

0 comments on commit 5b8e1bd

Please sign in to comment.