Skip to content

Commit

Permalink
Fix black and pydocstyle conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tpazderka committed Feb 7, 2023
1 parent 80b7d73 commit 7867ee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oic/utils/authn/authn_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def make_auth_verify(callback, next_module_instance=None):
:return: function encapsulating the specified callback which properly handles a multi auth chain.
"""

# This has to be here ...
def auth_verify(environ, start_response, logger=None):
kwargs = extract_from_request(environ)

Expand Down

0 comments on commit 7867ee8

Please sign in to comment.