From 27d4dcb4178db1a0735d88b54f0ef7f89eb86d33 Mon Sep 17 00:00:00 2001 From: tamarzanzouri Date: Wed, 14 Aug 2024 16:03:37 -0400 Subject: [PATCH] lint --- robot-server/robot_server/runs/router/commands_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-server/robot_server/runs/router/commands_router.py b/robot-server/robot_server/runs/router/commands_router.py index 1a43fb78caf..6763b071502 100644 --- a/robot-server/robot_server/runs/router/commands_router.py +++ b/robot-server/robot_server/runs/router/commands_router.py @@ -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).",