Skip to content

Commit

Permalink
Fix pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jul 23, 2021
1 parent 99ce774 commit ff9abda
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 @@ -22,7 +22,7 @@
class OneLogin_Saml2_IdPMetadataParser(object):
"""
A class that contain methods related to obtaining and parsing metadata from IdP
This class does not validate in any way the URL that is introduced,
make sure to validate it properly before use it in a get_metadata method.
"""
Expand Down Expand Up @@ -262,4 +262,3 @@ def dict_deep_merge(lhs, rhs):
updated_rhs[key] = rhs[key]
lhs.update(updated_rhs)
return lhs

0 comments on commit ff9abda

Please sign in to comment.