Skip to content

Commit

Permalink
Remove accidental duplicate variable assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni committed Oct 26, 2024
1 parent c778c44 commit 2ac08cf
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 2ac08cf

Please sign in to comment.