From ef769224bb5408eb3dc1df7373d2182d92c92dc7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 1 Dec 2019 15:49:28 -0800 Subject: cleanup unused import --- python/sandcrawler/grobid.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/sandcrawler/grobid.py b/python/sandcrawler/grobid.py index 31dc270..06cba3e 100644 --- a/python/sandcrawler/grobid.py +++ b/python/sandcrawler/grobid.py @@ -1,6 +1,5 @@ import requests -from collections import Counter from grobid2json import teixml2json from .workers import SandcrawlerWorker -- cgit v1.2.3