diff options
Diffstat (limited to 'g4f/typing.py')
-rw-r--r-- | g4f/typing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/typing.py b/g4f/typing.py index 5d4489f9..2e123112 100644 --- a/g4f/typing.py +++ b/g4f/typing.py @@ -1,4 +1,4 @@ -from typing import Any, AsyncGenerator, Generator, NewType, Tuple, TypedDict +from typing import Any, AsyncGenerator, Generator, NewType, Tuple, TypedDict, Union SHA256 = NewType("sha_256_hash", str) CreateResult = Generator[str, None, None] |