Skip to content

Commit 414c7d6

Browse files
adfadsfadsfadfadafds
1 parent 6ee4eca commit 414c7d6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/tag_converter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ def export_mapper(self):
3131
return self._exportMapper
3232

3333
def convert(self):
34-
<<<<<<< .mine
3534
with open(self._filename, 'r', encoding='utf8') as htmlstream:
3635
data = htmlstream.read()
3736
self._bs = BeautifulSoup(data, 'html.parser')
38-
=======
39-
with open(self._filename, encoding='utf8') as htmlstream:
40-
self._bs = BeautifulSoup(htmlstream.read(), 'html.parser')
41-
42-
>>>>>>> .theirs
4337

4438
self.remove_for_data()
4539
self.replace_include_tag()

0 commit comments

Comments
 (0)