From aac378781187cc56806e8ea31b35d093b00639e8 Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Mon, 30 Sep 2024 15:20:52 -0700 Subject: [PATCH] nit #11507 --- arches/app/utils/geo_utils.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/arches/app/utils/geo_utils.py b/arches/app/utils/geo_utils.py index 5fc1788c42f..ac6b3b1036a 100644 --- a/arches/app/utils/geo_utils.py +++ b/arches/app/utils/geo_utils.py @@ -4,9 +4,6 @@ from django.contrib.gis.geos import ( GEOSGeometry, GeometryCollection, - MultiPoint, - MultiLineString, - MultiPolygon, ) from django.db import connection from arches.app.models.system_settings import settings