Skip to content

Commit

Permalink
Remove ignore for 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Sep 19, 2024
1 parent 95304d6 commit b529365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def list(
while True:
try:
yield asyncio.run_coroutine_threadsafe(
anext(aiter_), # type: ignore[name-defined]
anext(aiter_),
self.loop,
).result()
except StopAsyncIteration:
Expand Down

0 comments on commit b529365

Please sign in to comment.