mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-13 15:19:03 +00:00
Remove unused imports
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user