mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[2.2.x] Fixed relative paths imports per isort 4.3.5.
Backport of 463fe11bc8 from master
This commit is contained in:
@@ -9,13 +9,13 @@ from django.db import NotSupportedError, connection
|
||||
from django.db.models import F, Q
|
||||
from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature
|
||||
|
||||
from ..utils import (
|
||||
FuncTestMixin, mysql, no_oracle, oracle, postgis, spatialite,
|
||||
)
|
||||
from .models import (
|
||||
AustraliaCity, CensusZipcode, Interstate, SouthTexasCity, SouthTexasCityFt,
|
||||
SouthTexasInterstate, SouthTexasZipcode,
|
||||
)
|
||||
from ..utils import (
|
||||
FuncTestMixin, mysql, no_oracle, oracle, postgis, spatialite,
|
||||
)
|
||||
|
||||
|
||||
class DistanceTest(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user