We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15775e9 commit 5e1d2f2Copy full SHA for 5e1d2f2
test/python/adder.py
@@ -13,7 +13,7 @@ class AddableProtocol[T](Protocol):
13
"""Typer bound for any types that can be added."""
14
15
def __add__(self, other: T) -> T: # noqa: D105
16
- ...
+ ... # codeql[py/ineffectual-statement]
17
18
19
Addable = TypeVar("Addable", bound=AddableProtocol)
0 commit comments