Skip to content

Commit 056f979

Browse files
fix: remove blank line inside try block in pool acquire()
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c5f41c8 commit 056f979

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/dqliteclient/pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ async def acquire(self) -> AsyncIterator[DqliteConnection]:
9797

9898
self._in_use.add(conn)
9999
try:
100-
101100
yield conn
102101
except BaseException:
103102
# On error (including cancellation), close connection

0 commit comments

Comments
 (0)