Skip to content

Commit ab128de

Browse files
core: services: ardupilot_manager: main: Turn raise_lock generic
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent eca2353 commit ab128de

File tree

1 file changed

+1
-1
lines changed
  • core/services/ardupilot_manager

1 file changed

+1
-1
lines changed

core/services/ardupilot_manager/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def target_board(board_name: Optional[str]) -> FlightController:
7575
return autopilot.current_board
7676

7777

78-
def raise_lock() -> None:
78+
def raise_lock(*raise_args: str, **kwargs: int) -> None:
7979
"""Raise a 423 HTTP Error status
8080
8181
Raises:

0 commit comments

Comments
 (0)