Skip to content

Commit 8e7d9da

Browse files
committed
move import
1 parent 29cad08 commit 8e7d9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grobid_client/grobid_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
from typing import Tuple
2727
import copy
2828

29+
from .format.TEI2LossyJSON import TEI2LossyJSONConverter
2930
from .client import ApiClient
3031

3132

@@ -506,7 +507,6 @@ def process_batch(
506507
# Convert to JSON if requested
507508
if json_output:
508509
try:
509-
from .format.TEI2LossyJSON import TEI2LossyJSONConverter
510510
converter = TEI2LossyJSONConverter()
511511
json_data = converter.convert_tei_file(filename, stream=False)
512512

0 commit comments

Comments
 (0)