diff options
Diffstat (limited to 'python')
-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 |