Skip to content

Commit 28e322d

Browse files
committed
remove double export
1 parent cfb70bf commit 28e322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TensorKit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export ℤ₂Space, ℤ₃Space, ℤ₄Space, U₁Space, CU₁Space, SU₂Space
5656

5757
# Export tensor map methods
5858
export domain, codomain, numind, numout, numin, domainind, codomainind, allind
59-
export spacetype, sectortype, storagetype, scalartype, tensormaptype
59+
export spacetype, storagetype, scalartype, tensormaptype
6060
export blocksectors, blockdim, block, blocks, subblocks, subblock
6161

6262
# random methods for constructor

0 commit comments

Comments
 (0)