diff options
author | Ulan Aitbay <69082498+enganese@users.noreply.github.com> | 2023-05-28 11:20:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 11:20:29 +0200 |
commit | 872bb6db52a848ad9093e50505f573828246fa48 (patch) | |
tree | 846c440757e692d1b9445f389a418269766cb090 | |
parent | Merge pull request #532 from with1874/main (diff) | |
download | gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar.gz gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar.bz2 gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar.lz gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar.xz gpt4free-872bb6db52a848ad9093e50505f573828246fa48.tar.zst gpt4free-872bb6db52a848ad9093e50505f573828246fa48.zip |
-rw-r--r-- | gpt4free/aicolors/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt4free/aicolors/__init__.py b/gpt4free/aicolors/__init__.py index f3afa265..a69276b8 100644 --- a/gpt4free/aicolors/__init__.py +++ b/gpt4free/aicolors/__init__.py @@ -1,7 +1,7 @@ import fake_useragent import requests import json -from typings import AiColorsResponse +from .typings import AiColorsResponse class Completion: |