mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
7 lines
574 B
Plaintext
7 lines
574 B
Plaintext
| type_annotation_fp.py:5:5:5:7 | foo | The value assigned to local variable 'foo' is never used. |
|
|
| variables_test.py:29:5:29:5 | x | The value assigned to local variable 'x' is never used. |
|
|
| variables_test.py:89:5:89:5 | a | The value assigned to local variable 'a' is never used. |
|
|
| variables_test.py:89:7:89:7 | b | The value assigned to local variable 'b' is never used. |
|
|
| variables_test.py:89:9:89:9 | c | The value assigned to local variable 'c' is never used. |
|
|
| variables_test.py:95:5:95:7 | var | The value assigned to local variable 'var' is never used. |
|