-
diff --git a/bunc2tei.py b/bunc2tei.py
index 738eddb..a8dbe9d 100644
--- a/bunc2tei.py
+++ b/bunc2tei.py
@@ -136,12 +136,6 @@
 
 
 
-<<<<<<< HEAD
 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)
-=======
-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)
->>>>>>> refs/remotes/origin/main