Remove unused imports

This commit is contained in:
Kfir Hadas 2017-06-23 19:50:30 +03:00
parent de8bd047d5
commit 7e16616a5d
1 changed files with 1 additions and 2 deletions

View File

@ -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