Fixed relative paths imports per isort 4.3.5.

This commit is contained in:
Mariusz Felisiak 2019-02-25 11:03:30 +01:00
parent 52e9c75365
commit 463fe11bc8
No known key found for this signature in database
GPG key ID: 2EF56372BA48CD1B
20 changed files with 24 additions and 24 deletions

View file

@ -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):