Skip to content

Commit

Permalink
Update aio_captcha_instrument.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 18, 2024
1 parent 15e5faf commit e48b9dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python3_anticaptcha/core/aio_captcha_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import aiohttp

from .base import CaptchaParams
from .enum import SaveFormatsEnm
from .const import ASYNC_RETRIES, BASE_REQUEST_URL, GET_RESULT_POSTFIX, CREATE_TASK_POSTFIX
from .utils import attempts_generator
Expand All @@ -22,7 +21,7 @@ class AIOCaptchaInstrument(CaptchaInstrument):
Instrument for working with async captcha
"""

def __init__(self, captcha_params: CaptchaParams):
def __init__(self, captcha_params: "CaptchaParams"):
super().__init__()
self.captcha_params = captcha_params

Expand Down

0 comments on commit e48b9dc

Please sign in to comment.