From b41b14bf00ccc00180dbe6aa89fb40cd52f5e8d3 Mon Sep 17 00:00:00 2001 From: Maixent Chenebaux Date: Thu, 8 Sep 2022 11:39:01 +0200 Subject: [PATCH] fixed unused import --- tests/search_index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/search_index.py b/tests/search_index.py index 5adb955..e06986c 100644 --- a/tests/search_index.py +++ b/tests/search_index.py @@ -1,5 +1,4 @@ from eldar import Index -from eldar.trie import Trie documents = [ "Gandalf is a fictional character in Tolkien's The Lord of the Rings",