Code cosmetics

This commit is contained in:
Ozzieisaacs
2019-03-04 20:03:09 +01:00
parent 0be17ed157
commit 0224d45961
7 changed files with 69 additions and 43 deletions

View File

@ -21,7 +21,6 @@
from tempfile import gettempdir
import hashlib
from collections import namedtuple
import logging
import os
from flask_babel import gettext as _
import comic
@ -31,7 +30,6 @@ try:
except ImportError:
lxmlversion = None
# logger = logging.getLogger("uploader")
try:
from wand.image import Image