Skip to content

Commit 4cef890

Browse files
Fix could not import Graphs.prufer_decode warning (#215)
1 parent d53f29c commit 4cef890

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SimpleGraphs/SimpleGraphs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ import Graphs:
3636
num_self_loops,
3737
insorted,
3838
squash,
39-
rng_from_rng_or_seed,
40-
prufer_decode
39+
rng_from_rng_or_seed
4140

4241
export AbstractSimpleGraph,
4342
AbstractSimpleEdge,

0 commit comments

Comments
 (0)