diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/typing.py | 5 |
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', ] |