From 11134cf560cbcfbc750d9b1f8ffb809f1fcc9955 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 10 Jan 2024 09:13:09 +0100 Subject: [PATCH] fix datetime import --- teleforma/management/commands/teleforma-deactivate-students.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/management/commands/teleforma-deactivate-students.py b/teleforma/management/commands/teleforma-deactivate-students.py index 3e0c48c0..b81ac4c4 100644 --- a/teleforma/management/commands/teleforma-deactivate-students.py +++ b/teleforma/management/commands/teleforma-deactivate-students.py @@ -11,6 +11,7 @@ from django.utils import translation from teleforma.models import * import logging from postman import * +import datetime class Logger: -- 2.39.5