summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-06-04 00:26:18 +0200
committerGitHub <noreply@github.com>2023-06-04 00:26:18 +0200
commita0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec (patch)
tree0a4baf5055461cf79cfb4605449d5fd46eda9ac1
parentMerge pull request #616 from ggindinson/main-1 (diff)
parentUpdate __init__.py (refactored import) (diff)
downloadgpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar.gz
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar.bz2
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar.lz
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar.xz
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.tar.zst
gpt4free-a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec.zip
-rw-r--r--gpt4free/aicolors/__init__.py2
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: