Skip to content

Commit 0e20245

Browse files
committed
Revert "Update sorts/bead_sort.py"
This reverts commit b10e563.
1 parent b10e563 commit 0e20245

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sorts/bead_sort.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
https://en.wikipedia.org/wiki/Bead_sort
44
"""
55

6-
from itertools import pairwise
7-
86

97
def bead_sort(sequence: list) -> list:
108
"""

0 commit comments

Comments
 (0)