summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHeiner Lohaus <heiner@lohaus.eu>2023-10-22 17:13:13 +0200
committerHeiner Lohaus <heiner@lohaus.eu>2023-10-22 17:13:13 +0200
commitfc15181110680354364daad131f05ceb7caa8068 (patch)
tree9cc4e7401fdf42efdf6b42670acd3c2a72214ebf /etc
parentAdd rate limit error messages (diff)
downloadgpt4free-fc15181110680354364daad131f05ceb7caa8068.tar
gpt4free-fc15181110680354364daad131f05ceb7caa8068.tar.gz
gpt4free-fc15181110680354364daad131f05ceb7caa8068.tar.bz2
gpt4free-fc15181110680354364daad131f05ceb7caa8068.tar.lz
gpt4free-fc15181110680354364daad131f05ceb7caa8068.tar.xz
gpt4free-fc15181110680354364daad131f05ceb7caa8068.tar.zst
gpt4free-fc15181110680354364daad131f05ceb7caa8068.zip
Diffstat (limited to 'etc')
-rw-r--r--etc/testing/test_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/testing/test_async.py b/etc/testing/test_async.py
index 2c15f6b0..12ec732e 100644
--- a/etc/testing/test_async.py
+++ b/etc/testing/test_async.py
@@ -6,7 +6,7 @@ sys.path.append(str(Path(__file__).parent.parent))
sys.path.append(str(Path(__file__).parent.parent.parent))
import g4f
-from testing.test_providers import get_providers
+from testing._providers import get_providers
from testing.log_time import log_time_async
async def create_async(provider):