Skip to content

Commit a0a1436

Browse files
committed
Sort imports
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 06bcb03 commit a0a1436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extractcode/vmimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
import attr
1717

1818
from commoncode import fileutils
19-
from commoncode.text import as_unicode
2019
from commoncode.system import on_linux
20+
from commoncode.text import as_unicode
2121

2222
from extractcode import ExtractErrorFailedToExtract
2323

0 commit comments

Comments
 (0)