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