Skip to content

Commit

Permalink
remove unecessary call
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 12, 2023
1 parent 062efeb commit d579f5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NDTensors/src/dense/dense.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
# Dense storage
#
using LinearAlgebra: BlasFloat

struct Dense{ElT,DataT<:AbstractArray} <: TensorStorage{ElT}
data::DataT
Expand Down

0 comments on commit d579f5e

Please sign in to comment.