mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
Update __init__.py (refactored import)
### **Before**: `from typings import AiColorsResponse` ### **After**: `from typings import AiColorsResponse` ### **Comment**: `Now, it perfectly works!`
This commit is contained in:
parent
ebc10fa465
commit
872bb6db52
@ -1,7 +1,7 @@
|
||||
import fake_useragent
|
||||
import requests
|
||||
import json
|
||||
from typings import AiColorsResponse
|
||||
from .typings import AiColorsResponse
|
||||
|
||||
|
||||
class Completion:
|
||||
|
Loading…
Reference in New Issue
Block a user