Skip to content

Commit

Permalink
Update enum.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Jan 18, 2025
1 parent 4e1e4c4 commit 685863d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python3_capsolver/core/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class EndpointPostfixEnm(str, MyEnum):
GET_BALANCE = "getBalance"
CREATE_TASK = "createTask"
GET_TASK_RESULT = "getTaskResult"
AKAMAI_BMP_INVOKE = "akamaibmp/invoke"
AKAMAI_WEB_INVOKE = "akamaiweb/invoke"


class CaptchaTypeEnm(str, MyEnum):
Expand Down

0 comments on commit 685863d

Please sign in to comment.