Skip to content

Commit d6ed035

Browse files
Update ops.py
1 parent 5091eba commit d6ed035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/needle/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ def __init__(self, axis: int):
381381
"""
382382
self.axis = axis
383383

384-
def compute(self, args: TensorTuple) -> Tensor:
384+
def compute(self, args):
385385
### BEGIN YOUR SOLUTION
386386
raise NotImplementedError()
387387
### END YOUR SOLUTION

0 commit comments

Comments
 (0)