Skip to content

Commit ef9f204

Browse files
authored
Update __init__.py
1 parent 11fdd34 commit ef9f204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvclive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def log(name: str, val: Union[int, float], step: int = None) -> None:
3737
_metric_logger.log(name=name, val=val, step=step)
3838

3939

40-
def get_step() -> None:
40+
def get_step() -> int:
4141
global _metric_logger # pylint: disable=global-statement
4242
_metric_logger = _lazy_init(_metric_logger)
4343
return _metric_logger.step

0 commit comments

Comments
 (0)