diff --git a/lib/crewai/src/crewai/a2a/updates/base.py b/lib/crewai/src/crewai/a2a/updates/base.py index 74060a1d3..a1d859837 100644 --- a/lib/crewai/src/crewai/a2a/updates/base.py +++ b/lib/crewai/src/crewai/a2a/updates/base.py @@ -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