Skip to content

Commit cd6f8ab

Browse files
committed
Add missing imports
1 parent 35c9e97 commit cd6f8ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NDTensors/src/lib/SparseArrayInterface/src/abstractsparsearray/wrappedabstractsparsearray.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Adapt: WrappedArray
2+
using LinearAlgebra: Adjoint, Transpose
23

34
const WrappedAbstractSparseArray{T,N,A} = WrappedArray{
45
T,N,<:AbstractSparseArray,<:AbstractSparseArray{T,N}

0 commit comments

Comments
 (0)