Skip to content

Commit 274a0b9

Browse files
mtfishmanclaude
andcommitted
Drop unused data import
The only use of `data` was in the MPS visualize methods, which moved to the package extension in the previous commit. The extension imports it directly from ITensors. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0dc7e76 commit 274a0b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ITensorVisualizationBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Graphs: Graphs, AbstractEdge, AbstractGraph, SimpleDiGraph, SimpleGraph, a
99
add_vertex!, all_neighbors, dst, edges, ne, neighbors, nv, src, vertices
1010
using ITensors
1111
using ITensors.ITensorVisualizationCore
12-
using ITensors: QNIndex, data
12+
using ITensors: QNIndex
1313
using LinearAlgebra
1414
using MetaGraphs
1515
using NetworkLayout

0 commit comments

Comments
 (0)