Skip to content

Commit b0f61b0

Browse files
committed
refine type
1 parent 1d76675 commit b0f61b0

File tree

1 file changed

+1
-1
lines changed
  • python/paddle/jit/sot/opcode_translator/executor/variables

1 file changed

+1
-1
lines changed

python/paddle/jit/sot/opcode_translator/executor/variables/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ class NamedTupleVariable(TupleVariable):
687687
def __init__(
688688
self,
689689
val_tuple: tuple[VariableBase, ...],
690-
cls: type,
690+
cls: type[Any],
691691
graph: FunctionGraph,
692692
tracker: Tracker,
693693
):

0 commit comments

Comments
 (0)