Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Wouda committed Jul 8, 2023
1 parent 1b49633 commit 3362a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alns/select/MABSelector.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __call__( # type: ignore[override]
) -> Tuple[int, int]:
"""
Returns the (destroy, repair) operator pair from the underlying MAB
strategy
strategy.
"""
if not self._mab._is_initial_fit: # noqa: SLF001
# The MAB object has not yet been fit. In that case we return any
Expand Down

0 comments on commit 3362a38

Please sign in to comment.