Skip to content

Commit e8dfd43

Browse files
committed
fix import
1 parent ab52fcb commit e8dfd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using NetworkLayout
2+
using NetworkLayout: AbstractLayout, @addcall
23
using Graphs
34
using GeometryBasics
45
using DelimitedFiles: readdlm
@@ -467,7 +468,6 @@ jagmesh_adj = jagmesh()
467468
end
468469

469470
@testset "Align" begin
470-
using NetworkLayout: AbstractLayout, @addcall
471471
@addcall struct Manual{Dim, Ptype} <: AbstractLayout{Dim, Ptype}
472472
positions :: Vector{Point{Dim, Ptype}}
473473
end

0 commit comments

Comments
 (0)