Skip to content

Commit ef77d8d

Browse files
committed
removed using ArrayInterface
1 parent c710a38 commit ef77d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PreallocationTools.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module PreallocationTools
22

3-
using ForwardDiff, ArrayInterface, LabelledArrays
3+
using ForwardDiff, LabelledArrays
44

5-
struct DiffCache{T<:AbstractArray,S<:AbstractArray}
5+
struct DiffCache{T<:AbstractArray, S<:AbstractArray}
66
du::T
77
dual_du::S
88
end

0 commit comments

Comments
 (0)