server/middleware: remove unused import

This commit is contained in:
rr- 2016-07-17 21:14:56 +02:00
parent 247a1e9bbe
commit 603420a31d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import logging
from szurubooru import config, db
from szurubooru import db
logger = logging.getLogger(__name__)