Skip to content

Commit

Permalink
core: services: ardupilot_manager: main: Turn raise_lock generic
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 1, 2024
1 parent eca2353 commit ab128de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/ardupilot_manager/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def target_board(board_name: Optional[str]) -> FlightController:
return autopilot.current_board


def raise_lock() -> None:
def raise_lock(*raise_args: str, **kwargs: int) -> None:
"""Raise a 423 HTTP Error status
Raises:
Expand Down

0 comments on commit ab128de

Please sign in to comment.