Fix missing comma

This commit is contained in:
2026-02-08 14:46:48 +01:00
parent 3d658968d3
commit 34e31297f8
+1 -1
View File
@@ -23,7 +23,7 @@ __all__ = [
"logging",
"main",
"models",
"now_utc"
"now_utc",
"ratelimit",
"server",
"STATUS_GOOD",