Skip to content

Commit 806f585

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backtracking/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ def create_all_state(
113113
from timeit import timeit
114114

115115
for func in ("combination_lists", "generate_all_combinations"):
116-
print(f"{func:>25}(): {timeit(f'{func}(n=4, k = 2)', globals=globals())}")
116+
print(f"{func:>25}(): {timeit(f'{func}(n=4, k = 2)', globals=globals())}")

0 commit comments

Comments
 (0)