summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/typing.py2
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]