Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Nov 8, 2016
1 parent 3c010a2 commit 054f8e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/onelogin/saml2/idp_metadata_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ def parse(
idp_metadata,
required_sso_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
required_slo_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
index=0
):
index=0):
"""
Parses the Identity Provider metadata and return a dict with extracted data.
Expand Down

0 comments on commit 054f8e6

Please sign in to comment.