提交 510a9618 authored 作者: Michael Osthege's avatar Michael Osthege 提交者: Ricardo Vieira

Fix the type hint for `inputs` in `Op.perform`

上级 7f8af9bc
...@@ -418,7 +418,7 @@ class Op(MetaObject): ...@@ -418,7 +418,7 @@ class Op(MetaObject):
def perform( def perform(
self, self,
node: Apply, node: Apply,
inputs: List[Variable], inputs: Sequence[Any],
output_storage: OutputStorageType, output_storage: OutputStorageType,
params: ParamsInputType = None, params: ParamsInputType = None,
) -> None: ) -> None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论