Skip to content

Commit 095abfe

Browse files
committed
Sort lzma import in alphabetical order
1 parent 0d7e1db commit 095abfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/lzma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
import builtins
2525
import io
2626
import os
27+
from compression._common import streams
2728
from _lzma import *
2829
from _lzma import _encode_filter_properties, _decode_filter_properties # noqa: F401
29-
from compression._common import streams
3030

3131

3232
# Value 0 no longer used

0 commit comments

Comments
 (0)