Reformat with black

https://github.com/python/black
This commit is contained in:
David Baumgold 2019-05-06 15:39:41 -04:00
parent 5b309831ec
commit 025589ee76
63 changed files with 3784 additions and 3459 deletions

View file

@ -2,4 +2,4 @@ from __future__ import absolute_import, print_function
from flask import Flask
testapp = Flask('testapp')
testapp = Flask("testapp")