Skip to content

Commit 450de48

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae8dfa7 commit 450de48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searches/simulated_annealing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def simulated_annealing(
3636
threshold_temp: the threshold temperature below which we end the search
3737
Returns:
3838
A search state having the maximum (or minimum) score.
39-
39+
4040
Example:
4141
>>> isinstance(10, (int, float))
4242
True

0 commit comments

Comments
 (0)