mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Reverted "Fixed relative paths imports per isort 4.3.5."
This reverts commit 463fe11bc8 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
This commit is contained in:
@@ -11,8 +11,8 @@ from django.db import NotSupportedError, connection
|
||||
from django.db.models.functions import Cast
|
||||
from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature
|
||||
|
||||
from .models import City, County, Zipcode
|
||||
from ..utils import FuncTestMixin, oracle, postgis, spatialite
|
||||
from .models import City, County, Zipcode
|
||||
|
||||
|
||||
class GeographyTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user