mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove unused imports, incidentally fixing compat with whoosh 2.5.
This commit is contained in:
parent
bef859632d
commit
d022e9a8bf
1 changed files with 1 additions and 7 deletions
|
@ -2,18 +2,12 @@
|
||||||
import os, os.path
|
import os, os.path
|
||||||
import random
|
import random
|
||||||
import re
|
import re
|
||||||
import shutil
|
|
||||||
import unicodedata
|
import unicodedata
|
||||||
|
|
||||||
from sqlalchemy.sql import func
|
|
||||||
import whoosh
|
import whoosh
|
||||||
import whoosh.filedb.filestore
|
|
||||||
import whoosh.filedb.fileindex
|
|
||||||
import whoosh.index
|
import whoosh.index
|
||||||
from whoosh.qparser import QueryParser
|
import whoosh.query
|
||||||
import whoosh.scoring
|
|
||||||
import whoosh.sorting
|
import whoosh.sorting
|
||||||
import whoosh.spelling
|
|
||||||
from whoosh.support import levenshtein
|
from whoosh.support import levenshtein
|
||||||
|
|
||||||
from pokedex.compatibility import namedtuple
|
from pokedex.compatibility import namedtuple
|
||||||
|
|
Loading…
Reference in a new issue