Skip to content

Commit

Permalink
rm direct import of searchView from arches, import django.urls.resolv…
Browse files Browse the repository at this point in the history
…e re #10699
  • Loading branch information
whatisgalen committed Apr 13, 2024
1 parent 8719804 commit 45a51a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arches/app/search/search_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from django.contrib.gis.geos import GeometryCollection, GEOSGeometry
from django.core.files import File
from django.utils.translation import gettext as _
from django.urls import reverse
from django.urls import reverse, resolve
from arches.app.models import models
from arches.app.models.system_settings import settings
from arches.app.datatypes.datatypes import DataTypeFactory
Expand All @@ -36,7 +36,6 @@
from arches.app.utils.geo_utils import GeoUtils
from arches.app.utils.response import JSONResponse
import arches.app.utils.zip as zip_utils
from arches.app.views import search as SearchView
from arches.app.models.system_settings import settings

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 45a51a9

Please sign in to comment.