summaryrefslogtreecommitdiffstats
path: root/g4f/typing.py
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-09-17 23:23:54 +0200
committerGitHub <noreply@github.com>2023-09-17 23:23:54 +0200
commit78bfbe717d7f9610da9c119ad47f4fba3738775a (patch)
tree90b6ab77ab6c4c53eb2ac1688178638e22be90d7 /g4f/typing.py
parent~ | Merge pull request #907 from MIDORIBIN/fix-type-hint (diff)
downloadgpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar.gz
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar.bz2
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar.lz
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar.xz
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.tar.zst
gpt4free-78bfbe717d7f9610da9c119ad47f4fba3738775a.zip
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',
]