Update image_captcha.py
This commit is contained in:
parent
80a2fdf590
commit
1c362b3a34
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue