Skip to content

Commit 7c3275d

Browse files
committed
Sort imports to comply with new version of isort
1 parent 760dd26 commit 7c3275d

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)