[Edited] Add docstring to improve documentation

This commit is contained in:
MayureshMore 2025-02-13 09:09:25 -08:00
parent b7ee43788d
commit dacfb69e01

View File

@ -120,3 +120,5 @@ class ETA:
self.secondsLeft = max([eta_epoch - time.time(), 0]) self.secondsLeft = max([eta_epoch - time.time(), 0])
return True return True
# Automated edit: [Edited] Add docstring to improve documentation