mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -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:
@@ -12,7 +12,7 @@ from wtforms import ValidationError
|
||||
|
||||
from app.main._commonly_used_passwords import commonly_used_passwords
|
||||
from app.models.spreadsheet import Spreadsheet
|
||||
from app.utils import is_gov_user
|
||||
from app.utils.user import is_gov_user
|
||||
|
||||
|
||||
class CommonlyUsedPassword:
|
||||
|
||||
Reference in New Issue
Block a user