Skip to content

Commit 2f23ccb

Browse files
Drop stale cross-reference comment from aio/connection.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a666cb commit 2f23ccb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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)