Skip to content

Commit 677f0f8

Browse files
committed
undo bbsort
1 parent 5c49694 commit 677f0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_to_optimize/tests/pytest/test_bubble_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from code_to_optimize.bubble_sort import sorter
2-
import pytest
2+
33

44
def test_sort():
55
input = [5, 4, 3, 2, 1, 0]

0 commit comments

Comments
 (0)