Skip to content

Commit 054f8e6

Browse files
committed
Fix pep8
1 parent 3c010a2 commit 054f8e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/onelogin/saml2/idp_metadata_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ def parse(
6868
idp_metadata,
6969
required_sso_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
7070
required_slo_binding=OneLogin_Saml2_Constants.BINDING_HTTP_REDIRECT,
71-
index=0
72-
):
71+
index=0):
7372
"""
7473
Parses the Identity Provider metadata and return a dict with extracted data.
7574

0 commit comments

Comments
 (0)