Skip to content

Commit ae8d2ff

Browse files
committed
refactor: remove bloat
1 parent 8cd87d0 commit ae8d2ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/merge_utterances.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def remove_dead_nextprev_links(root):
4141

4242
def main(args):
4343
protocols = sorted(list(corpus_iterator("prot", args.records_folder, start=args.start, end=args.end)))
44-
parser = etree.XMLParser(remove_blank_text=True)
4544
for p in tqdm(protocols):
4645
root, ns = parse_tei(p)
4746
root = merge_us(root)

0 commit comments

Comments
 (0)