summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/typing.py')
-rw-r--r--g4f/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/typing.py b/g4f/typing.py
index 840e4624..cfddf4a8 100644
--- a/g4f/typing.py
+++ b/g4f/typing.py
@@ -8,7 +8,7 @@ else:
SHA256 = NewType('sha_256_hash', str)
CreateResult = Generator[str, None, None]
-AsyncResult = AsyncGenerator[str]
+AsyncResult = AsyncGenerator[str, None]
Messages = List[Dict[str, str]]
__all__ = [