diff options
Diffstat (limited to 'tests/cache/models.py')
-rw-r--r-- | tests/cache/models.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cache/models.py b/tests/cache/models.py index 4fccbb664b..349fd87473 100644 --- a/tests/cache/models.py +++ b/tests/cache/models.py @@ -1,6 +1,5 @@ -from django.utils import timezone - from django.db import models +from django.utils import timezone def expensive_calculation(): |