Commit e23e9f7
Declare __all__ on the Connection modules to match the cursor modules
Both cursor modules declare their public surface via __all__ (just
"Cursor" / "AsyncCursor"), but the connection modules did not. Export
Connection and AsyncConnection symmetrically so submodule-level imports
and tooling agree on the intended public API.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5b46d9 commit e23e9f7
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
0 commit comments