Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 21, 2025
1 parent fca0d2d commit 2cafb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langgraph/langgraph/utils/future.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def _ensure_future(
else:
raise TypeError(
"An asyncio.Future, a coroutine or an awaitable is required."
f" Got {type(future).__name__} instead."
f" Got {type(coro_or_future).__name__} instead."
)

try:
Expand Down

0 comments on commit 2cafb49

Please sign in to comment.