mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Extract user utility code into own module
This provides more room for expansion, and reduces the amount of arbitrary code in the __init__.py file for the new package.
This commit is contained in:
@@ -3,7 +3,7 @@ from flask import session, url_for
|
||||
from freezegun import freeze_time
|
||||
from notifications_python_client.errors import HTTPError
|
||||
|
||||
from app.utils import is_gov_user
|
||||
from app.utils.user import is_gov_user
|
||||
from tests import organisation_json
|
||||
from tests.conftest import normalize_spaces
|
||||
|
||||
|
||||
Reference in New Issue
Block a user