mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +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,9 +9,9 @@ from django.db import connection, connections
|
||||
from django.test import SimpleTestCase, TestCase, skipUnlessDBFeature
|
||||
from django.test.utils import modify_settings
|
||||
|
||||
from .models import AllOGRFields
|
||||
from ..test_data import TEST_DATA
|
||||
from ..utils import postgis
|
||||
from .models import AllOGRFields
|
||||
|
||||
|
||||
class InspectDbTests(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user