apply reorder-python-imports pre-commit config

This commit is contained in:
David Lord 2019-06-01 08:35:03 -07:00
parent 84520f810d
commit e66fe2e8e7
56 changed files with 292 additions and 247 deletions

View file

@ -1,7 +1,8 @@
import sqlite3
import click
from flask import current_app, g
from flask import current_app
from flask import g
from flask.cli import with_appcontext