Skip to content

Commit ee4c6c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e1383d9 commit ee4c6c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sorts/bubble_sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def bubble_sort_recursive(collection: list[T]) -> list[T]:
7373
return bubble_sort_recursive(collection)
7474

7575

76-
7776
if __name__ == "__main__":
7877
import doctest
7978
from random import sample

0 commit comments

Comments
 (0)