Skip to content

Commit ff9abda

Browse files
committed
Fix pycodestyle
1 parent 99ce774 commit ff9abda

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
@@ -22,7 +22,7 @@
2222
class OneLogin_Saml2_IdPMetadataParser(object):
2323
"""
2424
A class that contain methods related to obtaining and parsing metadata from IdP
25-
25+
2626
This class does not validate in any way the URL that is introduced,
2727
make sure to validate it properly before use it in a get_metadata method.
2828
"""
@@ -262,4 +262,3 @@ def dict_deep_merge(lhs, rhs):
262262
updated_rhs[key] = rhs[key]
263263
lhs.update(updated_rhs)
264264
return lhs
265-

0 commit comments

Comments
 (0)