Refactor code for improved readability and consistency

- Cleaned up whitespace and formatting across multiple files for better readability.
This commit is contained in:
JSC
2025-07-02 10:37:48 +02:00
parent e63c7a0767
commit 171dbb9b63
19 changed files with 361 additions and 260 deletions

View File

@@ -4,4 +4,4 @@ from .plan import Plan
from .user import User
from .user_oauth import UserOAuth
__all__ = ["Plan", "User", "UserOAuth"]
__all__ = ["Plan", "User", "UserOAuth"]