From 6e09eff4157d09015942f61a2c4a59b96c6817a8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Oct 2023 12:36:44 +0200 Subject: ✨ imports: allow errors to be pointed out line by line 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 a38fc3c3e..d7a546696 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -107,6 +107,7 @@ from ishtar_common.model_managers import ( ) from ishtar_common.model_merging import merge_model_objects from ishtar_common.models_imports import ( + ImportLineError, ImporterModel, ImporterType, ImporterGroup, @@ -181,6 +182,7 @@ __all__ = [ "ImporterType", "ImporterGroup", "ImportGroup", + "ImportLineError", "ImporterGroupImporter", "ImporterDefault", "ImporterDefaultValues", -- cgit v1.2.3