Skip to content

Commit 46a5d56

Browse files
feat: Define __all__ for Lua module exports (#667)
1 parent 0413a23 commit 46a5d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/app/lua/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def _load_lua_file(path: Path) -> LuaModule:
3636
json_update_uploaded_bytes_by_key: LuaModule
3737
rate_limit: LuaModule
3838

39-
__all__: list[str]
39+
__all__ = ['json_remove_file_by_key','json_remove_upload_by_key','json_update_uploaded_bytes_by_key','rate_limit']

0 commit comments

Comments
 (0)