Skip to content

Commit feabd38

Browse files
committed
Stale import
1 parent 9812e5e commit feabd38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/ext/DifferentiationInterfaceSparseArraysExt/DifferentiationInterfaceSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module DifferentiationInterfaceSparseArraysExt
33
using ADTypes: ADTypes
44
using DifferentiationInterface
55
import DifferentiationInterface as DI
6-
using SparseArrays: SparseMatrixCSC, sparse, nonzeros, nnz
6+
using SparseArrays: SparseMatrixCSC, sparse, nonzeros
77

88
function DI.get_pattern(M::SparseMatrixCSC)
99
S = similar(M, Bool)

0 commit comments

Comments
 (0)