Skip to content

Commit

Permalink
Automatically fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent 68fb77e commit 24af5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nanosaur/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def robot_list(platform, params: Params, args):
print(f"{i}. {robot}")
return True


def control_keyboard(platform, params: Params, args):
"""Control the robot using the keyboard."""
workspace_path = workspace.get_workspace_path(params['nanosaur_workspace_name'])
Expand Down

0 comments on commit 24af5c9

Please sign in to comment.