edit
diff --git a/bunc2tei.py b/bunc2tei.py
index 228a4f7..fccc2c1 100644
--- a/bunc2tei.py
+++ b/bunc2tei.py
@@ -89,6 +89,7 @@
         body.append(p)
 
 
+
 ET.indent(tree, "  ")
 ET.register_namespace("", "http://www.tei-c.org/ns/1.0")
 tree.write("04_output.xml", encoding="utf-8", xml_declaration=True, method="xml", short_empty_elements=True)