summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/typing.py')
-rw-r--r--g4f/typing.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/g4f/typing.py b/g4f/typing.py
index 2a9396a8..5f63c222 100644
--- a/g4f/typing.py
+++ b/g4f/typing.py
@@ -12,10 +12,9 @@ CreateResult = Generator[str, None, None]
__all__ = [
'Any',
'AsyncGenerator',
- 'CreateResult',
'Generator',
- 'SHA256',
'Tuple',
'TypedDict',
- 'Union',
+ 'SHA256',
+ 'CreateResult',
]