Update aio_captcha_handler.py

This commit is contained in:
Andrei 2024-12-14 20:37:33 +03:00
parent e03ddfc9fe
commit 70368f22df
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ from urllib.parse import urljoin
import aiohttp
from .enum import SaveFormatsEnm
from .const import ASYNC_RETRIES, BASE_REQUEST_URL, GET_RESULT_POSTFIX, CREATE_TASK_POSTFIX, attempts_generator
from .const import ASYNC_RETRIES, BASE_REQUEST_URL, GET_RESULT_POSTFIX, CREATE_TASK_POSTFIX
from .utils import attempts_generator
from .serializer import CreateTaskResponseSer
__all__ = ("AIOCaptchaHandler",)