Skip to content

Commit c2ef611

Browse files
author
dieterpl
committed
Fixed import to searches instead of sorting
1 parent 4a73197 commit c2ef611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_searches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import unittest
22

3-
from allalgorithms.sorting import (
3+
from allalgorithms.searches import (
44
binary_search,
55
fibonacci_search
66
)

0 commit comments

Comments
 (0)