bpo-45509: Check gzip headers for corrupted fields #112149
Annotations
2 errors
|
lint
Process completed with exit code 1.
|
|
ruff (F811):
Lib/test/test_gzip.py#L21
Lib/test/test_gzip.py:21:1: F811 Redefinition of unused `zlib` from line 12: `zlib` redefined here
Lib/test/test_gzip.py:12:8: previous definition of `zlib` here
help: Remove definition: `zlib`
|