Skip to content

Commit

Permalink
feat(pkg): add typing.Pattern to feud.typing (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu authored Dec 8, 2023
1 parent 33997f1 commit c3e1387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions feud/typing/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Literal,
NamedTuple,
Optional,
Pattern,
Set,
Text,
Tuple,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
[
(t.Any, None),
(t.Text, click.STRING),
(t.Pattern, None),
(t.Optional[int], click.INT),
(t.Optional[annotate(int)], click.INT),
(
Expand Down

0 comments on commit c3e1387

Please sign in to comment.