Skip to content

Commit 2a686e3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 150e5b8 commit 2a686e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ def __init__(self) -> None:
254254
self.unreachable_lines = []
255255
self.revealed_types = defaultdict(list)
256256

257-
258257
def yield_uselessness_error_infos(self) -> Iterator[tuple[str, Context, ErrorCode]]:
259258
"""Report only those `unreachable`, `redundant-expr`, and `redundant-casts`
260259
errors that could not be ruled out in any iteration step."""

0 commit comments

Comments
 (0)