Skip to content

Commit

Permalink
🤖 Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-branch committed Sep 29, 2023
1 parent 0cc81e4 commit 353e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy/functional/frontends/torch/comparison_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def topk(input, k, dim=None, largest=True, sorted=True, *, out=None):


gt = greater
ne = not_equal
ge = greater_equal
le = less_equal
lt = less
ne = not_equal

0 comments on commit 353e29e

Please sign in to comment.