jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.1k stars 682 forks source link

Remove an unused variable from an example code block #958

Closed kenkoooo closed 4 months ago

kenkoooo commented 4 months ago

Since kid is not used in the example code for "Retrieve RSA signing keys from a JWKS endpoint", I removed it to avoid any potential confusion.