Skip to content

Commit

Permalink
chore(pre-commit.ci): auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 17, 2024
1 parent f130d77 commit 3725574
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/uiprotect/cli/aiports.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

app = typer.Typer(rich_markup_mode="rich")

ARG_DEVICE_ID = typer.Argument(None, help="ID of AiPort device to select for subcommands")
ARG_DEVICE_ID = typer.Argument(
None, help="ID of AiPort device to select for subcommands"
)


@dataclass
Expand Down

0 comments on commit 3725574

Please sign in to comment.