Skip to content

Commit c86e28c

Browse files
[FMT] ruff fix
1 parent d121fd0 commit c86e28c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/blop/protocols.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@ def register_suggestions(self, suggestions: list[dict]) -> list[dict]:
5959

6060
@runtime_checkable
6161
class TrialFaultAware(Protocol):
62-
'''
62+
"""
6363
A protocol to accept information about trial failures of the optimization loop.
6464
6565
6666
Used to invalidate or register early stop on data for the optimizer, or do necesary
6767
cleanup of processes not directly tied to the run engine
68-
'''
68+
"""
69+
6970
def register_failures(self, suggestions: list[dict]) -> None:
7071
"""
7172
Register the failed suggestions with the optimizer.

0 commit comments

Comments
 (0)