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/sandcrawler/grobid.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/sandcrawler/grobid.py') diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py index b4215dc..5242b3a 100644 --- a/python/sandcrawler/grobid.py +++ b/python/sandcrawler/grobid.py @@ -2,8 +2,10 @@ import requests from grobid2json import teixml2json -from .workers import SandcrawlerWorker, SandcrawlerFetchWorker + from .misc import gen_file_metadata +from .workers import SandcrawlerFetchWorker, SandcrawlerWorker + class GrobidClient(object): -- cgit v1.2.3