changeset 954:8f1b8827d389 bugfix/tensor_application_1d_cartesian_index

Remove unused `using` of RegionIndices
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 14 Mar 2022 08:36:18 +0100
parents 6a2e30fa3bd8
children 43fa42c0906e
files src/LazyTensors/LazyTensors.jl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/LazyTensors/LazyTensors.jl	Mon Mar 14 08:32:45 2022 +0100
+++ b/src/LazyTensors/LazyTensors.jl	Mon Mar 14 08:36:18 2022 +0100
@@ -1,5 +1,5 @@
 module LazyTensors
-using Sbplib.RegionIndices
+
 include("tensor_mapping.jl")
 include("lazy_array.jl")
 include("lazy_tensor_operations.jl")