diff --git a/python3_anticaptcha/__init__.py b/python3_anticaptcha/__init__.py index 318232a..54ff513 100644 --- a/python3_anticaptcha/__init__.py +++ b/python3_anticaptcha/__init__.py @@ -1,7 +1,3 @@ -from .config import ( - app_key, - get_result_url, - create_task_url, -) +from .config import app_key, get_result_url, create_task_url from .errors import ReadError, IdGetError, ParamError from .get_answer import get_sync_result, get_async_result