diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-17 14:57:37 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-17 14:57:37 +0200 |
commit | 6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed (patch) | |
tree | 0f046519635833db16e6b71505d355eb2c8cb717 /g4f/typing.py | |
parent | ~ (diff) | |
download | gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar.gz gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar.bz2 gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar.lz gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar.xz gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.tar.zst gpt4free-6d96a1efd27b94c564da6da9cddf3bfceaf7c0ed.zip |
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] |