mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-31 03:39:19 -04:00
Run isort
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user