We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189632c commit 0003e7cCopy full SHA for 0003e7c
2 files changed
src/onelogin/saml2/xml_utils.py
@@ -31,7 +31,6 @@ class OneLogin_Saml2_XML(object):
31
make_root = staticmethod(etree.Element)
32
make_child = staticmethod(etree.SubElement)
33
34
-
35
@staticmethod
36
def to_string(xml, **kwargs):
37
"""
tests/pep8.rc
@@ -1,3 +1,3 @@
1
[pep8]
2
-ignore = E501
+ignore = E501,E731
3
max-line-length = 160
0 commit comments