From 651efb254123953e5589428c9b84cc508a429539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sat, 9 Nov 2024 01:51:36 +0300 Subject: [PATCH] [chores:qa] Remove unused imports --- tests/django_restframework_gis_tests/test_filters.py | 1 - tests/django_restframework_gis_tests/tests.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/django_restframework_gis_tests/test_filters.py b/tests/django_restframework_gis_tests/test_filters.py index 035f6aa5..944385f8 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 6c36b37f..3d48ab0b 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