Skip to content

Commit c3b7cd2

Browse files
committed
Remove import
1 parent e9a2d54 commit c3b7cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractitensornetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using ITensorMPS: ITensorMPS, add, linkdim, linkinds, siteinds
4242
using .ITensorsExtensions: ITensorsExtensions, indtype, promote_indtype
4343
using LinearAlgebra: LinearAlgebra, factorize
4444
using MacroTools: @capture
45-
using NamedGraphs: NamedGraphs, NamedGraph, vertextype, not_implemented, steiner_tree
45+
using NamedGraphs: NamedGraphs, NamedGraph, not_implemented, steiner_tree
4646
using NamedGraphs.GraphsExtensions:
4747
, directed_graph, incident_edges, rename_vertices, vertextype
4848
using NDTensors: NDTensors, dim, Algorithm

0 commit comments

Comments
 (0)