summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-05-28 02:32:38 +0200
committerGitHub <noreply@github.com>2023-05-28 02:32:38 +0200
commit7a8f7c55e9ea7bf57e6f64b6d587bad375880da6 (patch)
tree7c1fe0c527784f16f22381d2f67635babd302e99
parentMerge pull request #607 from enganese/main (diff)
parentFixed `from utils import create_email, check_email` in `gpt4free/usesless/__init__.py` (diff)
downloadgpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar.gz
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar.bz2
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar.lz
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar.xz
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.tar.zst
gpt4free-7a8f7c55e9ea7bf57e6f64b6d587bad375880da6.zip
-rw-r--r--gpt4free/usesless/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpt4free/usesless/__init__.py b/gpt4free/usesless/__init__.py
index f8b6a78e..bd7879eb 100644
--- a/gpt4free/usesless/__init__.py
+++ b/gpt4free/usesless/__init__.py
@@ -7,7 +7,7 @@ import fake_useragent
import random
from password_generator import PasswordGenerator
-from utils import create_email, check_email
+from .utils import create_email, check_email
class Account: