Skip to content

Commit fcd3b0a

Browse files
Cycles 19-20: drop 'See ISSUE-11' comment from aio/connection.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c410398 commit fcd3b0a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/dqlitedbapi/aio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(
4444
# run on. We instantiate lazily in _ensure_connection / the
4545
# op-serializing paths so constructors can safely run outside
4646
# a running loop (SQLAlchemy creates AsyncConnection in sync
47-
# glue code before any loop exists). See ISSUE-11.
47+
# glue code before any loop exists).
4848
self._connect_lock: asyncio.Lock | None = None
4949
self._op_lock: asyncio.Lock | None = None
5050

uv.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)