Skip to content

Commit ce3c698

Browse files
committed
up
1 parent 1bb7fa8 commit ce3c698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConstrainedShortestPaths.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ConstrainedShortestPaths
22

3-
using DataStructures: PriorityQueue, enqueue!, dequeue!, isempty, MutableLinkedList
3+
using DataStructures: PriorityQueue, enqueue!, dequeue!, isempty
44
using DocStringExtensions: TYPEDEF, TYPEDFIELDS, TYPEDSIGNATURES
55
using Graphs:
66
AbstractGraph,

0 commit comments

Comments
 (0)