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,8 +5,8 @@ from django.contrib.gis.shortcuts import render_to_kmz
|
||||
from django.db.models import Count, Min
|
||||
from django.test import TestCase, skipUnlessDBFeature
|
||||
|
||||
from ..utils import no_oracle
|
||||
from .models import City, PennsylvaniaCity, State, Truth
|
||||
from ..utils import no_oracle
|
||||
|
||||
|
||||
class GeoRegressionTests(TestCase):
|
||||
|
||||
Reference in New Issue
Block a user