Commit 991d02d
Sort __all__ entries alphabetically (RUF022)
The transposed entries would fail Ruff's RUF022 check on the
next lint cycle and hide a real "where is X exported?"
discoverability problem when the module exports both
``parse_address`` (helper) and ``__version__`` / ``connect`` /
``create_pool`` (top-level API).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cdd7b74 commit 991d02d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments