Apply RUF022 (sorted __all__)

This commit is contained in:
Andrej730
2025-08-08 16:24:20 +05:00
parent 858e8743ba
commit 36b86bbb54
8 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -60,8 +60,8 @@ import string
__all__ = [
"compress",
"expand",
"split",
"new",
"split",
]
# ----------------------------------------------------------------