diff --git a/authentication/models.py b/authentication/models.py index a06d615..4345d08 100644 --- a/authentication/models.py +++ b/authentication/models.py @@ -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