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 e7520ee95..4ccc1cc0f 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -149,6 +149,7 @@ from ishtar_common.models_common import (
GeoOriginType,
GeoProviderType,
GeoVectorData,
+ GeoBufferType,
CompleteIdentifierItem,
SearchVectorConfig,
DocumentItem,
@@ -210,6 +211,7 @@ __all__ = [
"GeoDataType",
"GeoOriginType",
"GeoProviderType",
+ "GeoBufferType",
]
logger = logging.getLogger(__name__)