Skip to content

Commit da4960b

Browse files
committed
Remove unnecessary type ignore in new version of mypy
1 parent 4fa9bb8 commit da4960b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/vm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def calculate_reallocate_info(
118118
# where gc
119119
for i in range(idx + 1, len(order)):
120120
if reuse_out is not None:
121-
break # type: ignore
121+
break
122122
for out in order[i].outputs:
123123
if (
124124
getattr(out.type, "ndim", None) == 0

0 commit comments

Comments
 (0)