Run isort

This commit is contained in:
Chris Hill-Scott
2019-03-25 10:25:05 +00:00
parent 022d080ea6
commit cff009bc0d
5 changed files with 78 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
from flask import abort, has_request_context, request
from flask_login import current_user
from flask import has_request_context, request, abort
from notifications_python_client.base import BaseAPIClient
from notifications_python_client import __version__
from notifications_python_client.base import BaseAPIClient
def _attach_current_user(data):