Skip to content

Commit

Permalink
Fix a typing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Feb 19, 2024
1 parent f30347c commit fe0aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual_dev/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def _run_app(
port: int | None,
press: str | None,
screenshot: int | None,
screenshot_location: Path | None,
screenshot_location: pathlib.Path | None,
extra_args: tuple[str],
command: bool = False,
show_return: bool = False,
Expand Down

0 comments on commit fe0aecc

Please sign in to comment.