From 9c19aff7c7561e3a82978a272ecdaad40dda5c00 Mon Sep 17 00:00:00 2001 From: django-bot Date: Thu, 3 Feb 2022 20:24:19 +0100 Subject: Refs #33476 -- Reformatted code with Black. --- tests/cache/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cache/models.py') diff --git a/tests/cache/models.py b/tests/cache/models.py index 349fd87473..e0aa6ab4df 100644 --- a/tests/cache/models.py +++ b/tests/cache/models.py @@ -10,4 +10,4 @@ def expensive_calculation(): class Poll(models.Model): question = models.CharField(max_length=200) answer = models.CharField(max_length=200) - pub_date = models.DateTimeField('date published', default=expensive_calculation) + pub_date = models.DateTimeField("date published", default=expensive_calculation) -- cgit v1.3