Skip to content

Commit 0003e7c

Browse files
author
Carlton Duffett
committed
Appease pep8
1 parent 189632c commit 0003e7c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/onelogin/saml2/xml_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class OneLogin_Saml2_XML(object):
3131
make_root = staticmethod(etree.Element)
3232
make_child = staticmethod(etree.SubElement)
3333

34-
3534
@staticmethod
3635
def to_string(xml, **kwargs):
3736
"""

tests/pep8.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pep8]
2-
ignore = E501
2+
ignore = E501,E731
33
max-line-length = 160

0 commit comments

Comments
 (0)