Fix syntax error in authentication/models.py

- Fix empty try block causing IndentationError during collectstatic
- Add pass statement to make try block valid Python syntax

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
thecyberlearn 2025-09-05 02:44:07 +05:30
parent ce841c7ec1
commit ff49a81dfd

View File

@ -67,8 +67,7 @@ class User(AbstractUser):
# Invalidate wallet cache
try:
# Cache invalidation removed - simplified version
# Cache invalidation removed
pass # Cache invalidation removed - simplified version
except ImportError:
pass # Cache utils not available