Skip to content

Commit 95333dd

Browse files
committed
Remove @pure annotation
1 parent 0fadf23 commit 95333dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fusiontrees/manipulations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ end
550550
const FSTransposeKey{I<:Sector,N₁,N₂} = Tuple{<:FusionTree{I},<:FusionTree{I},
551551
IndexTuple{N₁},IndexTuple{N₂}}
552552

553-
Base.@pure function _fsdicttype(I, N₁, N₂)
553+
function _fsdicttype(I, N₁, N₂)
554554
F₁ = fusiontreetype(I, N₁)
555555
F₂ = fusiontreetype(I, N₂)
556556
T = sectorscalartype(I)

0 commit comments

Comments
 (0)