From 3cdf4af9be4c762ff2ed79a57b5ad30637909f1e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 12:22:38 -0700 Subject: python: isort all imports --- python/grobid2json.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/grobid2json.py') diff --git a/python/grobid2json.py b/python/grobid2json.py index a22d47d..b4bfe2b 100755 --- a/python/grobid2json.py +++ b/python/grobid2json.py @@ -23,11 +23,11 @@ A flag can be specified to disable copyright encumbered bits (--no-emcumbered): Prints JSON to stdout, errors to stderr """ +import argparse import io import json -import argparse import xml.etree.ElementTree as ET -from typing import List, Any, Dict, AnyStr, Optional +from typing import Any, AnyStr, Dict, List, Optional xml_ns = "http://www.w3.org/XML/1998/namespace" ns = "http://www.tei-c.org/ns/1.0" -- cgit v1.2.3