Fix lint errors

This commit is contained in:
2026-02-20 04:59:56 +00:00
committed by Anibal Angulo
parent 52a674959c
commit faf1f13049
19 changed files with 442 additions and 321 deletions

View File

@@ -1,4 +1,7 @@
class FirestorePersistenceException(Exception):
"""Custom exceptions for the application."""
class FirestorePersistenceError(Exception):
"""Exception raised when Firestore operations fail.
This is typically caught and logged without failing the request.