Skip to content

Commit

Permalink
Merge pull request #5 from tjni/vb/add-duckdb-store
Browse files Browse the repository at this point in the history
Remove accidental duplicate variable assignment.
  • Loading branch information
tjni authored Oct 26, 2024
2 parents 8466233 + 2ac08cf commit d44d32c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion langgraph/store/mysql/aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def __init__(
super().__init__()
self._deserializer = deserializer
self.conn = conn
self.conn = conn
self.loop = asyncio.get_running_loop()

async def abatch(self, ops: Iterable[Op]) -> list[Result]:
Expand Down

0 comments on commit d44d32c

Please sign in to comment.