Update image_captcha.py

This commit is contained in:
Andrei 2024-10-05 23:17:21 +03:00
parent 80a2fdf590
commit 1c362b3a34
1 changed files with 0 additions and 2 deletions

View File

@ -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):