Skip to content

Commit 43b50d2

Browse files
committed
Wrap __all__ for PEP 8
1 parent 62186ff commit 43b50d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/zipfile/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
zstd = None
3838

3939
__all__ = ["BadZipFile", "BadZipfile", "error",
40-
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA", "ZIP_ZSTANDARD",
41-
"is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile",
42-
"Path"]
40+
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
41+
"ZIP_ZSTANDARD", "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile",
42+
"LargeZipFile", "Path"]
4343

4444
class BadZipFile(Exception):
4545
pass

0 commit comments

Comments
 (0)