Skip to content

Commit dce4597

Browse files
committed
shared-bindings/zlib: apply black_bindings.py
1 parent 460b8b0 commit dce4597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared-bindings/zlib/__init__.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@
4848
//| (commonly used in zlib library and gzip archiver). Compression is not yet implemented."""
4949
//|
5050

51-
//| def zlib_decompress(data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0) -> bytes:
51+
//| def zlib_decompress(
52+
//| data: bytes, wbits: Optional[int] = 0, bufsize: Optional[int] = 0
53+
//| ) -> bytes:
5254
//| """Return decompressed *data* as bytes. *wbits* is DEFLATE dictionary window
5355
//| size used during compression (8-15, the dictionary size is power of 2 of
5456
//| that value). Additionally, if value is positive, *data* is assumed to be

0 commit comments

Comments
 (0)