aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-12-01 15:49:28 -0800
committerBryan Newbold <bnewbold@archive.org>2019-12-01 15:49:28 -0800
commitef769224bb5408eb3dc1df7373d2182d92c92dc7 (patch)
treeb0505fcc810067eef6a64f675dd7f5a5648c5aab /python
parentaa49ab86e4a86067ba2346d8bccf389be940b8e2 (diff)
downloadsandcrawler-ef769224bb5408eb3dc1df7373d2182d92c92dc7.tar.gz
sandcrawler-ef769224bb5408eb3dc1df7373d2182d92c92dc7.zip
cleanup unused import
Diffstat (limited to 'python')
-rw-r--r--python/sandcrawler/grobid.py1
1 files changed, 0 insertions, 1 deletions
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