Skip to content

Commit 4ac3ce9

Browse files
committed
Remove unused code
1 parent a137bd8 commit 4ac3ce9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/API_specification/array_api/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@
1111
from .sorting_functions import *
1212
from .statistical_functions import *
1313
from .utility_functions import *
14-
15-
#__all__ = ['Any', 'Device', 'Dtype', 'Enum', 'Optional', 'PyCapsule', 'Tuple', 'Union', '_types', 'abs', 'acos', 'acosh', 'add', 'all', 'annotations', 'any', 'arange', 'argmax', 'argmin', 'argsort', 'array', 'array_object', 'asarray', 'asin', 'asinh', 'astype', 'atan', 'atan2', 'atanh', 'bitwise_and', 'bitwise_invert', 'bitwise_left_shift', 'bitwise_or', 'bitwise_right_shift', 'bitwise_xor', 'broadcast_arrays', 'broadcast_to', 'can_cast', 'ceil', 'concat', 'constants', 'cos', 'cosh', 'creation_functions', 'data_type_functions', 'data_types', 'divide', 'dtype', 'e', 'elementwise_functions', 'ellipsis', 'empty', 'empty_like', 'equal', 'exp', 'expand_dims', 'expm1', 'eye', 'finfo', 'flip', 'floor', 'floor_divide', 'from_dlpack', 'full', 'full_like', 'greater', 'greater_equal', 'iinfo', 'inf', 'isfinite', 'isinf', 'isnan', 'less', 'less_equal', 'linear_algebra_functions', 'linspace', 'log', 'log10', 'log1p', 'log2', 'logaddexp', 'logical_and', 'logical_not', 'logical_or', 'logical_xor', 'manipulation_functions', 'matmul', 'matrix_transpose', 'max', 'mean', 'meshgrid', 'min', 'multiply', 'nan', 'negative', 'newaxis', 'nonzero', 'not_equal', 'ones', 'ones_like', 'permute_dims', 'pi', 'positive', 'pow', 'prod', 'remainder', 'reshape', 'result_type', 'roll', 'round', 'searching_functions', 'set_functions', 'sign', 'sin', 'sinh', 'sort', 'sorting_functions', 'sqrt', 'square', 'squeeze', 'stack', 'statistical_functions', 'std', 'subtract', 'sum', 'tan', 'tanh', 'tensordot', 'tril', 'triu', 'trunc', 'unique_all', 'unique_counts', 'unique_inverse', 'unique_values', 'utility_functions', 'var', 'vecdot', 'where', 'zeros', 'zeros_like']

0 commit comments

Comments
 (0)