We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529e449 commit 651efb2Copy full SHA for 651efb2
tests/django_restframework_gis_tests/test_filters.py
@@ -3,7 +3,6 @@
3
from unittest import skipIf
4
5
from django.conf import settings
6
-from django.contrib.gis.db.models.functions import GeometryDistance
7
from django.contrib.gis.geos import GEOSGeometry, Polygon
8
from django.test import TestCase
9
from django.urls import reverse
tests/django_restframework_gis_tests/tests.py
@@ -7,7 +7,6 @@
import sys
10
-import django
11
import rest_framework
12
from django.contrib.gis.geos import GEOSGeometry, Point
13
from django.core.exceptions import ImproperlyConfigured
0 commit comments