Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TamarZanzouri committed Aug 14, 2024
1 parent 2b1fc36 commit 27d4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/robot_server/runs/router/commands_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ async def get_run_commands(
_DEFAULT_COMMAND_LIST_LENGTH,
description="The maximum number of commands in the list to return.",
),
allCommands: Optional[bool] = Query(
allCommands: bool = Query(
True,
description="If `true`, return all commands (protocol, setup, fixit)."
" If `false`, only return safe commands (protocol, setup).",
Expand Down

0 comments on commit 27d4dcb

Please sign in to comment.