Skip to content

Commit d1d332a

Browse files
committed
Removing some junk code left by git
1 parent 090b9f3 commit d1d332a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ebooklib/epub.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,10 +1063,6 @@ def _create_section(itm, items):
10631063
a.text = item.title
10641064
elif isinstance(item, EpubHtml):
10651065
li = etree.SubElement(ol, 'li')
1066-
<<<<<<< HEAD
1067-
=======
1068-
1069-
>>>>>>> bcc5aea... remove trailing whitespace
10701066
a = etree.SubElement(li, 'a', {'href': os.path.relpath(item.file_name, nav_dir_name)})
10711067
a.text = item.title
10721068

0 commit comments

Comments
 (0)