ruff check fix

This commit is contained in:
lda
2026-07-30 01:27:46 +07:00 Verified
parent a3a4fb9250
commit 981edd3cf5
42 changed files with 155 additions and 153 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
START = "__start__"
END = "__end__"
__all__ = ["START", "END"]
__all__ = ["END", "START"]