diff libervia/frontends/tools/xmltools.py @ 4270:0d7bb4df2343

Reformatted code base using black.
author Goffi <goffi@goffi.org>
date Wed, 19 Jun 2024 18:44:57 +0200
parents 26b7ed2817da
children
line wrap: on
line diff
--- a/libervia/frontends/tools/xmltools.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/frontends/tools/xmltools.py	Wed Jun 19 18:44:57 2024 +0200
@@ -24,7 +24,7 @@
 
 
 def inline_root(doc):
-    """ make the root attribute inline
+    """make the root attribute inline
     @param root_node: minidom's Document compatible class
     @return: plain XML
     """