Skip to content

Commit c3ebfd3

Browse files
committed
chore: improve type hints
# Conflicts: # mimesis/types.py
1 parent aa56e65 commit c3ebfd3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mimesis/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"DateTime",
2626
"Key",
2727
"KeyFunc",
28+
"Keywords",
2829
"Matrix",
2930
"MissingSeed",
3031
"Number",
@@ -52,6 +53,8 @@ class _MissingSeed:
5253

5354
Seed = None | int | float | str | bytes | bytearray | _MissingSeed
5455

56+
Keywords = list[str] | set[str] | tuple[str, ...]
57+
5558
Number = int | float | complex | Decimal
5659

5760
Matrix = list[list[Number]]

0 commit comments

Comments
 (0)