diff options
Diffstat (limited to 'g4f/errors.py')
-rw-r--r-- | g4f/errors.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g4f/errors.py b/g4f/errors.py index ff28de3e..48171a6e 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -31,8 +31,5 @@ class ModelNotSupportedError(Exception): class MissingRequirementsError(Exception): pass -class MissingAiohttpSocksError(MissingRequirementsError): - pass - class MissingAuthError(Exception): pass
\ No newline at end of file |