Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevkivskyi authored Apr 27, 2023
1 parent 8c65a67 commit 13a8042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Exited(Exception):


class ParseResult(TypedDict, total=False):
status: int
status: int | str | None
args: dict[str, Any]
error: bool
out: str
Expand Down

0 comments on commit 13a8042

Please sign in to comment.