From b1c7d258e04b2b044d17ce465aea1082d7a6ff08 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Nov 2021 16:26:24 -0700 Subject: lint: remove unused import This was caught by new linting, I think not caused by any recent changes --- python/fatcat_web/ref_routes.py | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3