Skip to content

Commit 31e6504

Browse files
cakedev0Copilot
andauthored
Apply suggestion from @Copilot
Remove the empty line with trailing whitespace inside the function body. This line serves no purpose and should be deleted. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 85cf228 commit 31e6504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

array_api_compat/torch/_aliases.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def argsort(
252252
stable: bool = True,
253253
**kwargs: object,
254254
) -> Array:
255-
256255
return torch.argsort(x, dim=axis, descending=descending, stable=stable, **kwargs)
257256

258257

0 commit comments

Comments
 (0)