Skip to content

Commit

Permalink
Update serializer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 6, 2023
1 parent 67dd495 commit b3171fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/python_rucaptcha/core/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b3171fa

Please sign in to comment.