diff --git a/src/python3_anticaptcha/image_captcha.py b/src/python3_anticaptcha/image_captcha.py index bef2f9f..b5f79b1 100644 --- a/src/python3_anticaptcha/image_captcha.py +++ b/src/python3_anticaptcha/image_captcha.py @@ -4,8 +4,6 @@ from typing import Union, Optional from .core.base import BaseCaptcha from .core.enum import CaptchaTypeEnm, SaveFormatsEnm -SAVE_FORMATS = ("const", "temp") - class ImageToTextCaptcha(BaseCaptcha):