Skip to content

Commit ebca5a9

Browse files
committed
Revert changes in __init_.py
1 parent 8447b65 commit ebca5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/compression/zstd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
'get_frame_info',
1212
'Strategy',
1313
'train_dict',
14-
'zstd_version_info',
1514

1615
# compression.zstd._zstdfile
1716
'open',
@@ -20,6 +19,7 @@
2019
# _zstd
2120
'get_frame_size',
2221
'zstd_version',
22+
'zstd_version_info',
2323
'ZstdCompressor',
2424
'ZstdDecompressor',
2525
'ZstdDict',

0 commit comments

Comments
 (0)