diff --git a/core/account_manager.py b/core/account_manager.py index bda7e5344..dfd233aec 100644 --- a/core/account_manager.py +++ b/core/account_manager.py @@ -1,4 +1,4 @@ # Use type hints and docstrings for better code readability def create_account(user_id: int, account_type: str) -> Account: """Create a new account for a user""" - #... + # ...