fix docstring

This commit is contained in:
Ishaan Jaff 2025-03-31 19:03:02 -07:00
parent 95e674d1e9
commit 73d6af5572

View file

@ -11,9 +11,7 @@ else:
class SpendUpdateQueue:
"""
Handles buffering database `UPDATE` transactions in Redis before committing them to the database
This is to prevent deadlocks and improve reliability
In memory buffer for spend updates that should be committed to the database
"""
def __init__(