From 8518e48ecdbd6e14e1802d68deff18c8be03dee0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 13 Jan 2022 17:55:54 +0100 Subject: [PATCH] fix import --- teleforma/management/commands/teleforma-deactivate-students.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/teleforma/management/commands/teleforma-deactivate-students.py b/teleforma/management/commands/teleforma-deactivate-students.py index 3283c8db..e9fa274f 100644 --- a/teleforma/management/commands/teleforma-deactivate-students.py +++ b/teleforma/management/commands/teleforma-deactivate-students.py @@ -8,8 +8,6 @@ from django.template.defaultfilters import slugify from django.template.loader import render_to_string from django.core.mail import send_mail, mail_admins from django.utils import translation -from telemeta.models import * -from telemeta.util.unaccent import unaccent from teleforma.models import * import logging from postman import * -- 2.39.5