Skip to content

Commit b3aaf87

Browse files
committed
Fix syntax error
1 parent 2d65f39 commit b3aaf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/torch/_aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def take(x: array, indices: array, /, *, axis: int, **kwargs) -> array:
690690
'floor_divide', 'greater', 'greater_equal', 'less', 'less_equal',
691691
'logaddexp', 'multiply', 'not_equal', 'pow', 'remainder',
692692
'subtract', 'max', 'min', 'sort', 'prod', 'sum', 'any', 'all',
693-
'mean', 'std', 'var', 'concat', 'squeeze', 'broadcast_to', ''flip', 'roll',
693+
'mean', 'std', 'var', 'concat', 'squeeze', 'broadcast_to', 'flip', 'roll',
694694
'nonzero', 'where', 'reshape', 'arange', 'eye', 'linspace', 'full',
695695
'ones', 'zeros', 'empty', 'tril', 'triu', 'expand_dims', 'astype',
696696
'broadcast_arrays', 'unique_all', 'unique_counts',

0 commit comments

Comments
 (0)