diff --git a/chelombus/utils/helper_functions.py b/chelombus/utils/helper_functions.py index 703504b..dd403dc 100644 --- a/chelombus/utils/helper_functions.py +++ b/chelombus/utils/helper_functions.py @@ -175,7 +175,6 @@ def update_progress(self): def __enter__(self): self.start_time = time.time() - self.logger.info(f"{self.description} started.") self._thread = threading.Thread(target=self._monitor) self._thread.start() return self