Skip to content

Commit 51e1264

Browse files
Sort __all__ alphabetically (RUF022)
Apply isort-style sorting to the package's __all__ list. Pure cosmetic; no behaviour change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9f1452d commit 51e1264

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/dqliteclient/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
__version__ = "0.1.3"
3434

3535
__all__ = [
36-
"__version__",
37-
"allowlist_policy",
38-
"connect",
39-
"create_pool",
4036
"ClusterClient",
4137
"ClusterError",
4238
"ClusterPolicyError",
@@ -52,6 +48,10 @@
5248
"OperationalError",
5349
"ProtocolError",
5450
"RedirectPolicy",
51+
"__version__",
52+
"allowlist_policy",
53+
"connect",
54+
"create_pool",
5555
]
5656

5757

0 commit comments

Comments
 (0)