Skip to content

Commit 23ca5eb

Browse files
committed
Docstring fix
1 parent 9646d24 commit 23ca5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/zenml/steps/step_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ def __enter__(self) -> Self:
485485
def __exit__(self, *_: Any) -> None:
486486
"""Exit the step context.
487487
488-
Raises:
489-
RuntimeError: If the step context has not been entered.
488+
Args:
489+
*_: Unused keyword arguments.
490490
"""
491491
self._cleanup_registry.execute_callbacks(raise_on_exception=False)
492492
super().__exit__(*_)

0 commit comments

Comments
 (0)