From 9ba64a809d9323a735cb0a341ba20538792f7839 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 22 Jan 2026 11:28:44 -0800 Subject: [PATCH] fix click_datetime --- app/commands.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/commands.py b/app/commands.py index a5b4b8da1..86ac6cea6 100644 --- a/app/commands.py +++ b/app/commands.py @@ -8,6 +8,7 @@ from os import getenv import click import flask + # from click_datetime import Datetime as click_dt from faker import Faker from flask import current_app, json @@ -59,7 +60,8 @@ from app.models import ( TemplateHistory, User, ) -from app.utils import utc_now + +# from app.utils import utc_now from notifications_python_client.authentication import create_jwt_token from notifications_utils.recipients import RecipientCSV from notifications_utils.template import SMSMessageTemplate