Fix lint
This commit is contained in:
parent
807bf46a99
commit
83e111f088
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ from ..context import get_context
|
||||||
from ..tracing import TracingContext
|
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.
|
"""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.
|
The name of the function from where this is called is also stored.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue