Skip to content

Commit c6da7f4

Browse files
Declare __all__ in aio.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0766383 commit c6da7f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sqlalchemydqlite/aio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
from sqlalchemydqlite.base import DqliteDialect
1313

14+
__all__ = ["DqliteDialect_aio"]
15+
1416

1517
class AsyncAdaptedCursor:
1618
"""Adapts an AsyncCursor for SQLAlchemy's greenlet-based async engine.

0 commit comments

Comments
 (0)