gh-151461: Fix encoding-related exception handling in file tokenizer #119993
Annotations
2 errors
|
lint
Process completed with exit code 1.
|
|
ruff (F811):
Lib/test/test_source_encoding.py#L552
Lib/test/test_source_encoding.py:552:9: F811 Redefinition of unused `test_coding_spec_decode_error` from line 547: `test_coding_spec_decode_error` redefined here
Lib/test/test_source_encoding.py:547:9: previous definition of `test_coding_spec_decode_error` here
help: Remove definition: `test_coding_spec_decode_error`
|