diff --git a/src/python_rucaptcha/core/serializer.py b/src/python_rucaptcha/core/serializer.py index 667f13df..76219ed5 100644 --- a/src/python_rucaptcha/core/serializer.py +++ b/src/python_rucaptcha/core/serializer.py @@ -82,13 +82,3 @@ class GetTaskResultResponseSer(MyBaseModel, ErrorFieldsSer): taskId: int = None # control method params balance: float = None - - -""" -Captcha tasks serializers -""" - - -class TextCaptchaTaskSer(TaskSer): - comment: str = None - type: str = "TextCaptchaTask"