Skip to content

Commit d5b5c02

Browse files
clean up imports
1 parent 04d6d44 commit d5b5c02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ArrayInterface.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module ArrayInterface
22

33
using ArrayInterfaceCore
44
import ArrayInterfaceCore: allowed_getindex, allowed_setindex!, aos_to_soa, buffer,
5-
has_parent, parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
6-
issingular, is_lazy_conjugate, isstructured, matrix_colors, restructure, lu_instance,
7-
safevec, unsafe_reconstruct, zeromatrix, ColoringAlgorithm, merge_tuple_type,
5+
parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
6+
issingular, isstructured, matrix_colors, restructure, lu_instance,
7+
safevec, zeromatrix, ColoringAlgorithm, merge_tuple_type,
88
fast_scalar_indexing, parameterless_type, _is_reshaped
99

1010
# ArrayIndex subtypes and methods
1111
import ArrayInterfaceCore: ArrayIndex, MatrixIndex, VectorIndex, BidiagonalIndex, TridiagonalIndex
1212
# managing immutables
13-
import ArrayInterfaceCore: ismutable, can_change_size, can_setindex, deleteat, insert
13+
import ArrayInterfaceCore: ismutable, can_change_size, can_setindex
1414
# constants
1515
import ArrayInterfaceCore: MatAdjTrans, VecAdjTrans, UpTri, LoTri
1616
# device pieces

0 commit comments

Comments
 (0)