Skip to content

Commit 4f4c2bc

Browse files
Remove buggy type ignore
1 parent 4c6bfd6 commit 4f4c2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aesara/scan/op.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ def profile_printer(
34273427
)
34283428

34293429

3430-
@op_debug_information.register(Scan) # type: ignore[has-type]
3430+
@op_debug_information.register(Scan)
34313431
def _op_debug_information_Scan(op, node):
34323432
from typing import Sequence
34333433

0 commit comments

Comments
 (0)