Skip to content

Commit 801a774

Browse files
committed
TupleTools changes
1 parent d161568 commit 801a774

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ SafeTestsets = "0.1"
2020
TensorKitSectors = "0.1.4"
2121
Test = "1.10"
2222
TestExtras = "0.3"
23+
TupleTools = "1.1"
2324
julia = "1.10"
2425

2526
[extras]

src/MultiTensorKit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Artifacts
88
using TensorKitSectors
99

1010
using TupleTools
11-
import TupleTools: insertafter
11+
using TupleTools: insertafter
1212

1313
using BlockTensorKit
1414
import BlockTensorKit: SumSpace

0 commit comments

Comments
 (0)