Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaBalaYi committed Oct 17, 2024
1 parent b350a6d commit 04f4fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlrover/python/elastic_agent/torch/ckpt_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def __init__(
)
self._master_client = None

logger.info("AsyncSaver initialized.")
logger.info(f"AsyncSaver({self.__class__.__name__}) initialized.")

def __del__(self):
self.close()
Expand Down

0 comments on commit 04f4fb3

Please sign in to comment.