diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-03 16:26:24 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-03 16:52:44 -0700 |
commit | b1c7d258e04b2b044d17ce465aea1082d7a6ff08 (patch) | |
tree | aa40e8ddcc04125fcc6cad91547ecc7a58f977ac /python/fatcat_web | |
parent | 37a1c20c5832166e03b8f10f22fde26b56fe4a13 (diff) | |
download | fatcat-b1c7d258e04b2b044d17ce465aea1082d7a6ff08.tar.gz fatcat-b1c7d258e04b2b044d17ce465aea1082d7a6ff08.zip |
lint: remove unused import
This was caught by new linting, I think not caused by any recent changes
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/ref_routes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/fatcat_web/ref_routes.py b/python/fatcat_web/ref_routes.py index 0f8c814c..21bddc3e 100644 --- a/python/fatcat_web/ref_routes.py +++ b/python/fatcat_web/ref_routes.py @@ -15,7 +15,6 @@ from fuzzycat.grobid_unstructured import ( from fuzzycat.simple import close_fuzzy_biblio_matches, close_fuzzy_release_matches from fatcat_tools.references import ( - RefHits, RefHitsEnriched, enrich_inbound_refs, enrich_outbound_refs, |