Skip to content

Commit fe0aecc

Browse files
committed
Fix a typing typo
1 parent f30347c commit fe0aecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/textual_dev/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def _run_app(
151151
port: int | None,
152152
press: str | None,
153153
screenshot: int | None,
154-
screenshot_location: Path | None,
154+
screenshot_location: pathlib.Path | None,
155155
extra_args: tuple[str],
156156
command: bool = False,
157157
show_return: bool = False,

0 commit comments

Comments
 (0)