jpadilla / pyjwt

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

Fix an unnecessary str concat #904

Closed sirosen closed 10 months ago

sirosen commented 11 months ago

Just something I noticed while checking behavior -- an unnecessary str concat.

This was likely introduced by blackening the code. It's a non-issue but "looks weird" and something I like to weed out from my own projects.

I have a linter I keep around for exactly this issue, and it runs successfully after this change, so we can be confident that this is the only case of this.