We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150e5b8 commit 2a686e3Copy full SHA for 2a686e3
mypy/errors.py
@@ -254,7 +254,6 @@ def __init__(self) -> None:
254
self.unreachable_lines = []
255
self.revealed_types = defaultdict(list)
256
257
-
258
def yield_uselessness_error_infos(self) -> Iterator[tuple[str, Context, ErrorCode]]:
259
"""Report only those `unreachable`, `redundant-expr`, and `redundant-casts`
260
errors that could not be ruled out in any iteration step."""
0 commit comments