Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashum68 committed Jun 26, 2024
1 parent 8bd6141 commit 4a79e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/test_decision_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

INITIAL_DRONE_STATE = decision.Decision.DroneState.STOPPED
OBJECT_PROXIMITY_LIMIT = 5 # metres
MAX_HISTORY = 20 # readings
MAX_HISTORY = 20 # readings

# pylint: disable=duplicate-code

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


OBJECT_PROXIMITY_LIMIT = 5.0 # metres
MAX_HISTORY = 20 # readings
MAX_HISTORY = 20 # readings

# pylint: disable=redefined-outer-name, duplicate-code

Expand Down

0 comments on commit 4a79e5d

Please sign in to comment.