Skip to content

Commit

Permalink
Remove unnecessary return statement
Browse files Browse the repository at this point in the history
Signed-off-by: Emiliano Suñé <emiliano.sune@gmail.com>
  • Loading branch information
esune committed Sep 14, 2023
1 parent 6265fe2 commit 79f94e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oidc-controller/api/core/oidc/issue_token_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,3 @@ def idtoken_dict(self, nonce: str) -> Dict:
result[key] = value

return result

return result

0 comments on commit 79f94e0

Please sign in to comment.