Skip to content

Commit

Permalink
fixed style and unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 26, 2024
1 parent 2de862a commit f99ca3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/offspot_demo/toggle.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
SystemdNotLoadedError,
SystemdNotRunningError,
check_systemd_service,
start_systemd_unit,
stop_systemd_unit,
)

Expand Down Expand Up @@ -84,7 +83,7 @@ def entrypoint():
dest="mode",
help="New target mode, either maint or image",
default="maint",
choices=[m.lower() for m in Mode.__members__.keys()],
choices=[m.lower() for m in Mode.__members__.keys()],
)

args = parser.parse_args()
Expand Down

0 comments on commit f99ca3a

Please sign in to comment.