Skip to content

Commit

Permalink
fix docstring indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kabinja committed Feb 6, 2024
1 parent dfc3115 commit 2cdcfac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zenml/stack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ def __exit__(
Args:
exception_type: Type of the exception that was raised.
None if no exception.
None if no exception.
exception_value: Type of exception that was raised.
e.g., divide_by_zero error. None if no exception.
e.g., divide_by_zero error. None if no exception.
traceback: Traceback report. None if no exception.
"""
if self._default_stack.id != Client().active_stack:
Expand Down

0 comments on commit 2cdcfac

Please sign in to comment.