diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-12-01 15:49:28 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-12-01 15:49:28 -0800 |
commit | ef769224bb5408eb3dc1df7373d2182d92c92dc7 (patch) | |
tree | b0505fcc810067eef6a64f675dd7f5a5648c5aab | |
parent | aa49ab86e4a86067ba2346d8bccf389be940b8e2 (diff) | |
download | sandcrawler-ef769224bb5408eb3dc1df7373d2182d92c92dc7.tar.gz sandcrawler-ef769224bb5408eb3dc1df7373d2182d92c92dc7.zip |
cleanup unused import
-rw-r--r-- | python/sandcrawler/grobid.py | 1 |
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 |