Skip to content

Commit

Permalink
fix __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Oct 11, 2024
1 parent 9e85384 commit de0a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_compat/dask/array/_aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _isscalar(a):
'acosh', 'asin', 'asinh', 'atan', 'atan2',
'atanh', 'bitwise_left_shift', 'bitwise_invert',
'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast',
'result_type', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
'result_type', 'bool', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
'uint8', 'uint16', 'uint32', 'uint64',
'complex64', 'complex128', 'iinfo', 'finfo',
'can_cast', 'result_type']
Expand Down

0 comments on commit de0a735

Please sign in to comment.