Skip to content

Commit 88ddc7b

Browse files
authored
Merge pull request django-commons#951 from jdufresne/isort
Sort imports to comply with new version of isort
2 parents 760dd26 + 7c3275d commit 88ddc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/panels/test_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
22

33
from __future__ import absolute_import, unicode_literals
4+
45
from collections import namedtuple
56

67
from ..base import BaseTestCase
78

8-
99
version_info_t = namedtuple('version_info_t', (
1010
'major', 'minor', 'micro', 'releaselevel', 'serial',
1111
))

0 commit comments

Comments
 (0)