mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
community[patch]: Release 0.2.11 (#24989)
This commit is contained in:
@@ -1794,7 +1794,7 @@ class _CachedAwaitable:
|
||||
def __await__(self) -> Generator:
|
||||
if self.result is _unset:
|
||||
self.result = yield from self.awaitable.__await__()
|
||||
return self.result
|
||||
return self.result # type: ignore
|
||||
|
||||
|
||||
def _reawaitable(func: Callable) -> Callable:
|
||||
|
Reference in New Issue
Block a user