Skip to content

Commit 5d907e6

Browse files
author
Jimmy John
committed
fix pep8 warnings
1 parent a4a26f7 commit 5d907e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/onelogin/saml2/settings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ def check_sp_settings(self, settings):
484484
if 'isRequired' in req_attrib and type(req_attrib['isRequired']) != bool:
485485
errors.append('sp_attributeConsumingService_requestedAttributes_isRequired_type_invalid')
486486

487-
488487
if 'singleLogoutService' in sp and \
489488
'url' in sp['singleLogoutService'] and \
490489
len(sp['singleLogoutService']['url']) > 0 and \
@@ -813,4 +812,4 @@ def is_debug_active(self):
813812
:returns: Debug parameter
814813
:rtype: boolean
815814
"""
816-
return self.__debug
815+
return self.__debug

0 commit comments

Comments
 (0)