Fix: Ensure newline at end of file in MemberCacheFlags and add __init__.py

This commit is contained in:
Slipstream 2025-06-11 14:50:01 -06:00
parent 66288ba920
commit aec0de3e58
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
2 changed files with 2 additions and 1 deletions

View File

@ -117,4 +117,4 @@ class MemberCacheFlags:
@flag_value(1 << 2) @flag_value(1 << 2)
def online(self) -> bool: def online(self) -> bool:
"""Whether to cache members that are online.""" """Whether to cache members that are online."""
return False return False

View File

@ -0,0 +1 @@