summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 2 insertions, 0 deletions
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",