mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -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:
@@ -15,7 +15,7 @@ from app.notify_client import InviteTokenError
|
||||
from app.notify_client.invite_api_client import invite_api_client
|
||||
from app.notify_client.org_invite_api_client import org_invite_api_client
|
||||
from app.notify_client.user_api_client import user_api_client
|
||||
from app.utils import is_gov_user
|
||||
from app.utils.user import is_gov_user
|
||||
|
||||
|
||||
def _get_service_id_from_view_args():
|
||||
|
||||
Reference in New Issue
Block a user