Files
agent-framework/python/packages
T
Taisir Hassan 3f522a8246 Remove duplicate pop in InMemoryCacheProvider.remove (#5795)
The second self._cache.pop(key, None) call is a guaranteed no-op: the first pop has already removed the key (or returned None), and there is no await between the two statements that could allow another coroutine to re-add it. Removing the dead line clarifies intent without changing behavior.
3f522a8246 ยท 2026-05-19 14:02:20 +00:00
History
..