Skip to content

Commit

Permalink
same
Browse files Browse the repository at this point in the history
  • Loading branch information
Leminen committed Nov 7, 2024
1 parent 6d2f42d commit 3109503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coral/experiment_tracking/extracking_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ def __init__(self, config: DictConfig) -> None:
"""

@abstractmethod
def run_initialization(self) -> bool:
def run_initialization(self) -> None:
"""Run the initialization of the experiment tracking setup.
Returns:
True if the initialization was successful, False otherwise.
"""

@abstractmethod
def run_finalization(self) -> bool:
def run_finalization(self) -> None:
"""Run the finalization of the experiment tracking setup.
Returns:
Expand Down

0 comments on commit 3109503

Please sign in to comment.