mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-10-31 23:35:55 +00:00
Remove unused imports
This commit is contained in:
parent
de8bd047d5
commit
7e16616a5d
|
@ -1,4 +1,3 @@
|
|||
import base64
|
||||
import json
|
||||
import math
|
||||
import os.path
|
||||
|
@ -20,7 +19,7 @@ import config
|
|||
from itsdangerous import BadSignature, URLSafeSerializer
|
||||
from sqlalchemy.orm import joinedload
|
||||
|
||||
from nyaa import api_handler, app, backend, bencode, db, forms, models, torrents, utils
|
||||
from nyaa import api_handler, app, backend, db, forms, models, torrents, utils
|
||||
from nyaa.search import search_db, search_elastic
|
||||
|
||||
DEBUG_API = False
|
||||
|
|
Loading…
Reference in a new issue