1
0
mirror of https://github.com/imartinez/privateGPT.git synced 2025-05-03 13:57:47 +00:00
This commit is contained in:
Mayuresh More 2025-02-13 09:09:32 -08:00 committed by GitHub
commit 857c6676e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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