Skip to content

Commit 07ec200

Browse files
author
Jimmy John
committed
pep8 fix
Everything passes on my ubuntu vm, but for some strange reason it fails on circle-ci, oh wel...
1 parent 5d907e6 commit 07ec200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onelogin/saml2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,4 +812,4 @@ def is_debug_active(self):
812812
:returns: Debug parameter
813813
:rtype: boolean
814814
"""
815-
return self.__debug
815+
return self.__debug

0 commit comments

Comments
 (0)