Skip to content

Commit 46e5ecb

Browse files
authored
Update __init__.py
1 parent 0694fbf commit 46e5ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allalgorithms/sorting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .pidgeonhole_sort import pidgeonhole_sort
66
from .stooge_sort import stooge_sort
77
from .cocktail_shaker_sort import cocktail_shaker_sort
8-
from .tree_sort import TreeSort
8+
from .tree_sort import tree_sort

0 commit comments

Comments
 (0)