From 1f9fe0f68eb300ee8591bb95d9943955841f09dd Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Mon, 5 Jan 2026 22:37:02 -0500 Subject: [PATCH] chore: remove excess docs note --- lib/crewai/src/crewai/a2a/updates/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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