From 5e1d7667d9828750a70649a7823be050f9df11d4 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 5 Mar 2024 10:59:23 +0100 Subject: [PATCH] fix import --- teleforma/management/commands/teleforma-add-department.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teleforma/management/commands/teleforma-add-department.py b/teleforma/management/commands/teleforma-add-department.py index 2e47133f..7d68bf64 100644 --- a/teleforma/management/commands/teleforma-add-department.py +++ b/teleforma/management/commands/teleforma-add-department.py @@ -3,8 +3,7 @@ from django.conf import settings from django.core.management.base import BaseCommand, CommandError from django.contrib.auth.models import User from django.template.defaultfilters import slugify -from teleforma.models import * -from teleforma.views import * +from teleforma.models import Organization, Department import logging import codecs -- 2.39.5