Skip to content

Commit da3d896

Browse files
committed
Fixed PEP8 error
1 parent f88368a commit da3d896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/idp_metadata_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class OneLogin_Saml2_IdPMetadataParser(object):
2424
"""
2525
A class that contain methods related to obtaining and parsing metadata from IdP
26-
26+
2727
This class does not validate in any way the URL that is introduced,
2828
make sure to validate it properly before use it in a get_metadata method.
2929
"""

0 commit comments

Comments
 (0)