From 30e04c4bb8b2359ade60979a6e365b87d696bd40 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 26 Dec 2023 15:44:17 +0100 Subject: ✨ Imports groups - form: new import group MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6cc31216c..607184e41 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -120,6 +120,7 @@ from ishtar_common.models_imports import ( TargetKey, FormaterType, Import, + ImportGroup, TargetKeyGroup, ValueFormater, ItemKey, @@ -177,6 +178,7 @@ __all__ = [ "ImporterModel", "ImporterType", "ImporterGroup", + "ImportGroup", "ImporterGroupImporter", "ImporterDefault", "ImporterDefaultValues", -- cgit v1.2.3