Skip to content

Commit 1651124

Browse files
authored
Update test_all_permutations.py
1 parent b5a36a8 commit 1651124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backtracking/python/all_permutations/tests/test_all_permutations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
from src.all_permutations import (
66
all_permutations_itertools,
7-
all_permutations_backtracking,
8-
all_permutations # this is aliased to backtracking by default
7+
all_permutations_backtracking
98
)
109

1110

0 commit comments

Comments
 (0)