Skip to content

Commit

Permalink
src\python_rucaptcha\turnstile.py line-too-long
Browse files Browse the repository at this point in the history
Made a readable too long line shorter
  • Loading branch information
evidencebp committed Nov 10, 2024
1 parent 9faab75 commit 5c927b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python_rucaptcha/turnstile.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def __init__(

# check user params
if method not in TurnstileCaptchaEnm.list_values():
raise ValueError(f"Invalid method parameter set, available - {TurnstileCaptchaEnm.list_values()}")
raise ValueError(
f"Invalid method parameter set, available - {TurnstileCaptchaEnm.list_values()}")

def captcha_handler(self, **kwargs) -> dict:
"""
Expand Down

0 comments on commit 5c927b9

Please sign in to comment.