From d0271dbaee53f42d168fffd8438653746d9a0788 Mon Sep 17 00:00:00 2001 From: Andrei Date: Sat, 20 Jul 2019 22:15:33 +0300 Subject: [PATCH] Fix imports --- anticaptcha_examples/anticaptcha_recaptcha_v3_example.py | 1 - python3_anticaptcha/NoCaptchaTask.py | 1 - 2 files changed, 2 deletions(-) diff --git a/anticaptcha_examples/anticaptcha_recaptcha_v3_example.py b/anticaptcha_examples/anticaptcha_recaptcha_v3_example.py index e068b68..6ace5ff 100644 --- a/anticaptcha_examples/anticaptcha_recaptcha_v3_example.py +++ b/anticaptcha_examples/anticaptcha_recaptcha_v3_example.py @@ -1,5 +1,4 @@ import asyncio -import requests from python3_anticaptcha import ReCaptchaV3TaskProxyless diff --git a/python3_anticaptcha/NoCaptchaTask.py b/python3_anticaptcha/NoCaptchaTask.py index ff9eab6..d079b1f 100644 --- a/python3_anticaptcha/NoCaptchaTask.py +++ b/python3_anticaptcha/NoCaptchaTask.py @@ -10,7 +10,6 @@ from python3_anticaptcha import ( get_sync_result, get_async_result, ParamError, - ReadError, )