diff --git a/tests/django_restframework_gis_tests/test_filters.py b/tests/django_restframework_gis_tests/test_filters.py index a004887c..2f1630af 100644 --- a/tests/django_restframework_gis_tests/test_filters.py +++ b/tests/django_restframework_gis_tests/test_filters.py @@ -3,7 +3,6 @@ from unittest import skipIf from django.conf import settings -from django.contrib.gis.db.models.functions import GeometryDistance from django.contrib.gis.geos import GEOSGeometry, Polygon from django.test import TestCase from django.urls import reverse diff --git a/tests/django_restframework_gis_tests/tests.py b/tests/django_restframework_gis_tests/tests.py index af1d280c..8c79afcd 100644 --- a/tests/django_restframework_gis_tests/tests.py +++ b/tests/django_restframework_gis_tests/tests.py @@ -7,7 +7,6 @@ import sys from unittest import skipIf -import django import rest_framework from django.contrib.gis.geos import GEOSGeometry, Point from django.core.exceptions import ImproperlyConfigured