Skip to content

Commit 21c6cb5

Browse files
lfoppianoCopilot
andauthored
Update grobid_client/format/TEI2LossyJSON.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0af3fbd commit 21c6cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grobid_client/format/TEI2LossyJSON.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def _convert_file_worker(path: str):
300300
from bs4 import BeautifulSoup
301301
import dateparser
302302
# Reuse existing top-level helpers from this module by importing here
303-
from grobid_client.format.TEI2LossyJSON import box_to_dict, get_random_id, get_formatted_passage, get_refs_with_offsets, xml_table_to_markdown, xml_table_to_json
303+
from grobid_client.format.TEI2LossyJSON import box_to_dict, get_random_id, get_formatted_passage, get_refs_with_offsets, xml_table_to_json
304304
content = open(path, 'r').read()
305305
soup = BeautifulSoup(content, 'xml')
306306
converter = TEI2LossyJSONConverter()

0 commit comments

Comments
 (0)