Skip to content

Commit 9a21673

Browse files
authored
fix imports order
1 parent 7825d45 commit 9a21673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from __future__ import division, print_function, unicode_literals
44

55
from codecs import open
6-
import unicodedata
76
import json
87
import locale
98
from os import environ, stat
109
from os.path import join
1110
import sys
11+
import unicodedata
1212

1313
from libarchive import memory_reader, memory_writer
1414

0 commit comments

Comments
 (0)