mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Use encryption module from utils
Now that the encryption module has been moved from this app to utils, we can remove it from here (along with its tests) and import it from utils instead. This also renames the `encryption.py` file to `hashing.py`, since it no longer contains the encryption class.
This commit is contained in:
@@ -11,7 +11,7 @@ from datetime import datetime
|
||||
|
||||
from alembic import op
|
||||
|
||||
from app.encryption import hashpw
|
||||
from app.hashing import hashpw
|
||||
import uuid
|
||||
revision = '0025_notify_service_data'
|
||||
down_revision = '0024_add_research_mode_defaults'
|
||||
|
||||
Reference in New Issue
Block a user