Skip to content

Commit

Permalink
minor fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 23, 2025
1 parent 71b54bb commit d1b7242
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nanosaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ def info(platform, params: Params, args):


def install(platform, params: Params, args):
# Determine the device type
device_type = "robot" if platform['Machine'] == 'jetson' else "desktop"
# Questions to ask the user
questions = [
inquirer.List(
Expand Down

0 comments on commit d1b7242

Please sign in to comment.