Skip to content

Commit

Permalink
Remove unused argument "verify" from PyJWS.decode() (#534)
Browse files Browse the repository at this point in the history
The method signature of PyJWT.decode() now matches the parent
PyJWS.decode().
  • Loading branch information
jdufresne committed Dec 16, 2020
1 parent 69cd381 commit c69d199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jwt/api_jws.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def decode(
self,
jwt, # type: str
key="", # type: str
verify=True, # type: bool
algorithms=None, # type: List[str]
options=None, # type: Dict
complete=False, # type: bool
Expand Down

0 comments on commit c69d199

Please sign in to comment.