We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0413a23 commit 46a5d56Copy full SHA for 46a5d56
1 file changed
src/backend/app/lua/__init__.py
@@ -36,4 +36,4 @@ def _load_lua_file(path: Path) -> LuaModule:
36
json_update_uploaded_bytes_by_key: LuaModule
37
rate_limit: LuaModule
38
39
-__all__: list[str]
+__all__ = ['json_remove_file_by_key','json_remove_upload_by_key','json_update_uploaded_bytes_by_key','rate_limit']
0 commit comments