Remove accidental import

Damn auto-import!
This commit is contained in:
Jake Howard 2022-08-26 10:10:46 +01:00
parent 132040c47d
commit 958a838f98
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,6 +1,5 @@
from datetime import timedelta from datetime import timedelta
from functools import cached_property from functools import cached_property
from unittest.mock import Base
from django.core.cache import cache from django.core.cache import cache
from django.core.exceptions import ValidationError from django.core.exceptions import ValidationError