mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
replace utcnow with timezone naive utc call
This commit is contained in:
@@ -8,10 +8,11 @@ Create Date: 2020-12-04 15:06:22.544803
|
||||
|
||||
import sqlalchemy as sa
|
||||
from alembic import op
|
||||
from notifications_utils.template import BroadcastMessageTemplate
|
||||
from sqlalchemy.dialects import postgresql
|
||||
from sqlalchemy.orm.session import Session
|
||||
|
||||
from notifications_utils.template import BroadcastMessageTemplate
|
||||
|
||||
revision = "0336_broadcast_msg_content_2"
|
||||
down_revision = "0335_broadcast_msg_content"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user