1
0
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:
Mariusz Felisiak
2019-03-03 19:33:48 +01:00
committed by GitHub
parent 8ec7ded370
commit b435f82939
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):