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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user