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

Drop no longer used imports

parent da02c426
......@@ -30,10 +30,7 @@ from whoosh import qparser
import traceback
from trans.checks import CHECKS
from trans.models.translation import Translation
from trans.search import (
FULLTEXT_INDEX, SOURCE_SCHEMA, TARGET_SCHEMA,
update_index_unit, fulltext_search, more_like
)
from trans.search import update_index_unit, fulltext_search, more_like
from trans.autofixes import fix_target
from trans.filelock import FileLockException
......
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