Skip to content

Commit 53aa891

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8b54a26 commit 53aa891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtracking/sum_of_subsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def create_state_space_tree(
4747
>>> path = []
4848
>>> result = []
4949
>>> create_state_space_tree(
50-
... nums=[1],
50+
... nums=[1],
5151
... max_sum=1,
5252
... num_index=0,
5353
... path=path,

0 commit comments

Comments
 (0)