Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelczer committed Aug 7, 2022
1 parent 807bf46 commit 83e111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_ai/parameters/log_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ..tracing import TracingContext


def log_metric(argument_name: str, value: Any, disable_logging: bool=False) -> None:
def log_metric(argument_name: str, value: Any, disable_logging: bool = False) -> None:
"""Log a key (argument_name)-value pair that is persisted inside the trace.
The name of the function from where this is called is also stored.
Expand Down

0 comments on commit 83e111f

Please sign in to comment.