This commit is contained in:
Joachim 2021-12-21 17:35:57 +01:00
parent 66ee5ccacf
commit 67092fd3e3

View file

@ -1,5 +1,6 @@
"""testing the annual summary page""" """testing the annual summary page"""
from datetime import datetime from datetime import datetime
import pytz
from unittest.mock import patch from unittest.mock import patch
from django.contrib.auth.models import AnonymousUser from django.contrib.auth.models import AnonymousUser