1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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
20 changed files with 24 additions and 24 deletions

View File

@@ -5,10 +5,10 @@ from django.test import TestCase, skipUnlessDBFeature
from django.test.utils import override_settings
from django.utils import timezone
from ..utils import no_oracle
from .models import (
Article, Author, Book, City, DirectoryEntry, Event, Location, Parcel,
)
from ..utils import no_oracle
class RelatedGeoModelTest(TestCase):