chore: remove excess docs note

This commit is contained in:
Greyson LaLonde
2026-01-05 22:37:02 -05:00
parent f9977a5ebe
commit 1f9fe0f68e

View File

@@ -56,8 +56,7 @@ class PushNotificationResultStore(Protocol):
"""Protocol for storing and retrieving push notification results.
This protocol defines the interface for a result store that the
PushNotificationHandler uses to wait for task completion. Enterprise
implementations can use Redis, in-memory storage, or other backends.
PushNotificationHandler uses to wait for task completion.
"""
@classmethod