Skip to content

Commit

Permalink
Fix stuck precompilation by reordering imports
Browse files Browse the repository at this point in the history
Weird effect.
  • Loading branch information
Sergio Sánchez Ramírez committed May 7, 2023
1 parent af7f021 commit 2812738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/MakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ end

using Combinatorics: combinations
using Graphs
using GraphMakie
using Makie
using NetworkLayout: dim
using GraphMakie

function Makie.plot(tn::TensorNetwork; kwargs...)
f = Figure()
Expand Down

0 comments on commit 2812738

Please sign in to comment.