Removed unnecessary pprint

pull/3/head
Davide Bongiovanni 6 years ago
parent 047fafcb74
commit ca4551ee27

@ -11,9 +11,6 @@ from PIL import Image, ImageDraw
from io import BytesIO
from werkzeug.utils import secure_filename
import pprint
pp = pprint.PrettyPrinter(indent=4)
app = Flask(__name__)
db_engine = {}

Loading…
Cancel
Save