mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
isort
This commit is contained in:
@@ -10,6 +10,7 @@ from flask import url_for
|
||||
from flask.testing import FlaskClient
|
||||
from flask_login import login_user
|
||||
|
||||
from app.enums import ServicePermission
|
||||
from app.models.user import User
|
||||
|
||||
# Add itsdangerous to the libraries which freezegun ignores to avoid errors.
|
||||
|
||||
@@ -3,6 +3,7 @@ import uuid
|
||||
import pytest
|
||||
from flask import abort, url_for
|
||||
|
||||
from app.enums import ServicePermission
|
||||
from app.models.user import User
|
||||
from notifications_python_client.errors import HTTPError
|
||||
from tests import sample_uuid
|
||||
|
||||
Reference in New Issue
Block a user