Skip to content

Commit 5192e23

Browse files
authored
Merge branch 'master' into remove_python38
2 parents 87309ae + 651efb2 commit 5192e23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/django_restframework_gis_tests/test_filters.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from unittest import skipIf
44

55
from django.conf import settings
6-
from django.contrib.gis.db.models.functions import GeometryDistance
76
from django.contrib.gis.geos import GEOSGeometry, Polygon
87
from django.test import TestCase
98
from django.urls import reverse

tests/django_restframework_gis_tests/tests.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import sys
88
from unittest import skipIf
99

10-
import django
1110
import rest_framework
1211
from django.contrib.gis.geos import GEOSGeometry, Point
1312
from django.core.exceptions import ImproperlyConfigured

0 commit comments

Comments
 (0)