Commit bd663daf authored by Michal Čihař's avatar Michal Čihař

Remove unused import

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e1aa292e
......@@ -23,7 +23,7 @@ Whoosh based full text search.
'''
import shutil
from whoosh.fields import SchemaClass, TEXT, ID, NUMERIC
from whoosh.fields import SchemaClass, TEXT, NUMERIC
from whoosh.filedb.filestore import FileStorage
from whoosh.writing import AsyncWriter, BufferedWriter
from whoosh import qparser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment