Replace aiohttp with httpx
This commit is contained in:
parent
46ffe7a70e
commit
299d644bc4
15 changed files with 40 additions and 95 deletions
2
great_ai/errors/argument_validation_error.py
Normal file
2
great_ai/errors/argument_validation_error.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
class ArgumentValidationError(Exception):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue