mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
3 lines
254 B
Plaintext
3 lines
254 B
Plaintext
| exceptions_test.py:170:11:170:24 | NotImplemented | NotImplemented is not an Exception. Did you mean NotImplementedError? |
|
|
| exceptions_test.py:173:11:173:26 | NotImplemented() | NotImplemented is not an Exception. Did you mean NotImplementedError? |
|