diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-06-04 00:26:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-04 00:26:18 +0200 |
commit | a0f2fa006a18a8dfab4be86ca1f40c0b7fc49cec (patch) | |
tree | 0a4baf5055461cf79cfb4605449d5fd46eda9ac1 | |
parent | Merge pull request #616 from ggindinson/main-1 (diff) | |
parent | Update __init__.py (refactored import) (diff) | |
download | gpt4free-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__.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: |