Skip to content

Commit d4950dc

Browse files
authored
Update algorithms.py
1 parent 19bba3a commit d4950dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/graphs/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
data structure.
44
"""
55
import os
6-
from collections import deques
6+
from collections import deques, queues
77
from concurrent.futures import ThreadPoolExecutor
88
from pydatastructs.utils.misc_util import (
99
_comp, raise_if_backend_is_not_python, Backend)

0 commit comments

Comments
 (0)