Skip to content

Commit

Permalink
Fix the type hint for inputs in Op.perform
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Osthege authored and Ricardo Vieira committed Jul 8, 2022
1 parent 7f8af9b commit 510a961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aesara/graph/op.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def R_op(
def perform(
self,
node: Apply,
inputs: List[Variable],
inputs: Sequence[Any],
output_storage: OutputStorageType,
params: ParamsInputType = None,
) -> None:
Expand Down

0 comments on commit 510a961

Please sign in to comment.