Skip to content

Commit 510a961

Browse files
Michael OsthegeRicardo Vieira
Michael Osthege
authored and
Ricardo Vieira
committed
Fix the type hint for inputs in Op.perform
1 parent 7f8af9b commit 510a961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aesara/graph/op.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def R_op(
418418
def perform(
419419
self,
420420
node: Apply,
421-
inputs: List[Variable],
421+
inputs: Sequence[Any],
422422
output_storage: OutputStorageType,
423423
params: ParamsInputType = None,
424424
) -> None:

0 commit comments

Comments
 (0)