Skip to content

Commit

Permalink
Merge branch 'master' into remove_python38
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier authored Nov 9, 2024
2 parents 87309ae + 651efb2 commit f0d7656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/django_restframework_gis_tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/django_restframework_gis_tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0d7656

Please sign in to comment.