Skip to content

Commit de0a735

Browse files
committed
fix __all__
1 parent 9e85384 commit de0a735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/dask/array/_aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _isscalar(a):
209209
'acosh', 'asin', 'asinh', 'atan', 'atan2',
210210
'atanh', 'bitwise_left_shift', 'bitwise_invert',
211211
'bitwise_right_shift', 'concat', 'pow', 'iinfo', 'finfo', 'can_cast',
212-
'result_type', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
212+
'result_type', 'bool', 'float32', 'float64', 'int8', 'int16', 'int32', 'int64',
213213
'uint8', 'uint16', 'uint32', 'uint64',
214214
'complex64', 'complex128', 'iinfo', 'finfo',
215215
'can_cast', 'result_type']

0 commit comments

Comments
 (0)