Skip to content

Commit 19bba3a

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

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 deque
6+
from collections import deques
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)