Skip to content

Commit 0731130

Browse files
committed
More import sorting
1 parent 095abfe commit 0731130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/bz2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
__author__ = "Nadeem Vawda <[email protected]>"
1111

1212
from builtins import open as _builtin_open
13+
from compression._common import streams
1314
import io
1415
import os
15-
from compression._common import streams
1616

1717
from _bz2 import BZ2Compressor, BZ2Decompressor
1818

0 commit comments

Comments
 (0)