Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid loading token twice in pyjwt.decode #506

Merged
merged 1 commit into from
Dec 12, 2020
Merged

Conversation

CaselIT
Copy link
Contributor

@CaselIT CaselIT commented Jul 21, 2020

Removes a duplicate call to _load in pyjwt.decode method that is unused.

Removes a call to _load that was unused.
@coveralls
Copy link

coveralls commented Jul 21, 2020

Pull Request Test Coverage Report for Build 236

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 235: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@auvipy auvipy closed this Dec 12, 2020
@auvipy auvipy reopened this Dec 12, 2020
@auvipy auvipy self-requested a review December 12, 2020 15:58
@auvipy auvipy merged commit 5fc33b2 into jpadilla:master Dec 12, 2020
@CaselIT CaselIT deleted the patch-1 branch December 12, 2020 16:32
@jpadilla jpadilla added this to the v2.0.0 milestone Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants