mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 10:12:57 +00:00
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:
parent
ce841c7ec1
commit
ff49a81dfd
@ -67,8 +67,7 @@ class User(AbstractUser):
|
|||||||
|
|
||||||
# Invalidate wallet cache
|
# Invalidate wallet cache
|
||||||
try:
|
try:
|
||||||
# Cache invalidation removed - simplified version
|
pass # Cache invalidation removed - simplified version
|
||||||
# Cache invalidation removed
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass # Cache utils not available
|
pass # Cache utils not available
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user