mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-11-01 01:05:53 +00:00
Remove unused imports
This commit is contained in:
parent
de8bd047d5
commit
7e16616a5d
|
@ -1,4 +1,3 @@
|
||||||
import base64
|
|
||||||
import json
|
import json
|
||||||
import math
|
import math
|
||||||
import os.path
|
import os.path
|
||||||
|
@ -20,7 +19,7 @@ import config
|
||||||
from itsdangerous import BadSignature, URLSafeSerializer
|
from itsdangerous import BadSignature, URLSafeSerializer
|
||||||
from sqlalchemy.orm import joinedload
|
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
|
from nyaa.search import search_db, search_elastic
|
||||||
|
|
||||||
DEBUG_API = False
|
DEBUG_API = False
|
||||||
|
|
Loading…
Reference in a new issue