Skip to content

Commit b40c1e6

Browse files
committed
fix last commit
1 parent fc00f9c commit b40c1e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy/errors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ def yield_nonoverlapping_types(
297297
):
298298
selected.add(candidate)
299299

300-
persistent_nonoverlaps: dict[
301-
tuple[int, int, int | None, int | None, str], tuple[list[Type], list[Type]]
300+
persistent_nonoverlaps: dict[NonOverlapErrorInfo, tuple[list[Type], list[Type]]
302301
] = defaultdict(lambda: ([], []))
303302
for nonoverlaps in self.nonoverlapping_types:
304303
for candidate, (left, right) in nonoverlaps.items():

0 commit comments

Comments
 (0)