mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
@ -5,7 +5,7 @@ and conversions. Here are some tests.
|
|||
|
||||
import unittest
|
||||
|
||||
from django.contrib.gis.measure import A, D, Area, Distance
|
||||
from django.contrib.gis.measure import A, Area, D, Distance
|
||||
|
||||
|
||||
class DistanceTest(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue