Make pylint happy.
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
import xml.dom.minidom
|
||||
|
||||
class XmlTools:
|
||||
class XmlToolsMixin:
|
||||
@staticmethod
|
||||
def pretty_xml(xmlstr):
|
||||
mdx = xml.dom.minidom.parseString(xmlstr)
|
||||
|
||||
Reference in New Issue
Block a user