Skip to content

Commit

Permalink
🤖 Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-branch committed Oct 16, 2023
1 parent 36caeaa commit 8240563
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 @@ -292,7 +292,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 8240563

Please sign in to comment.