Skip to content

Commit 442de97

Browse files
committed
fix DeprecationWarning
Fixes: ``` DeprecationWarning: invalid escape sequence \s ```
1 parent 3f61744 commit 442de97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/learner/balancing_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def dispatch(child_functions, arg):
2020

2121

2222
class BalancingLearner(BaseLearner):
23-
"""Choose the optimal points from a set of learners.
23+
r"""Choose the optimal points from a set of learners.
2424
2525
Parameters
2626
----------

0 commit comments

Comments
 (0)