Skip to content

Commit bb585ce

Browse files
author
Shreya
committed
Add doctest.testmod() call to gnome_sort main block
1 parent 79c890d commit bb585ce

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sorts/gnome_sort.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
For manual testing run:
1212
python3 gnome_sort.py
1313
"""
14-
from doctest import testmod
1514

1615

1716
def gnome_sort(lst: list) -> list:

0 commit comments

Comments
 (0)