From 1bbe4747e25e3e53e37bf50a204b2edb41c6bbce Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 11 Jan 2019 01:03:13 +0300 Subject: [PATCH] Add newline --- python3_anticaptcha/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3_anticaptcha/__init__.py b/python3_anticaptcha/__init__.py index 6e5e431..9a956b2 100644 --- a/python3_anticaptcha/__init__.py +++ b/python3_anticaptcha/__init__.py @@ -2,4 +2,4 @@ from .config import create_task_url, app_key, get_balance_url, incorrect_captcha HOST, PORT, RTMQ_USERNAME, RTMQ_PASSWORD, RTMQ_HOST, RTMQ_PORT, RTMQ_VHOST, \ get_result_url from .get_answer import get_sync_result, get_async_result -from .errors import ParamError, ReadError, IdGetError \ No newline at end of file +from .errors import ParamError, ReadError, IdGetError