Files
codeql/python/ql/test/query-tests/Statements/no_effect/StatementNoEffect.expected
Rasmus Lerchedahl Petersen bb78c2a67e Python: update test expectations
2024-10-11 15:36:44 +02:00

8 lines
478 B
Plaintext

| assert_raises.py:9:13:9:19 | ExprStmt | This statement has no effect. |
| assert_raises.py:11:13:11:16 | ExprStmt | This statement has no effect. |
| test.py:24:1:24:3 | ExprStmt | This statement has no effect. |
| test.py:25:1:25:13 | ExprStmt | This statement has no effect. |
| test.py:26:1:26:6 | ExprStmt | This statement has no effect. |
| test.py:80:1:80:6 | ExprStmt | This statement has no effect. |
| test.py:116:5:116:9 | ExprStmt | This statement has no effect. |