fix: Remove deprecated and unused import
https://docs.djangoproject.com/en/5.0/releases/5.0/
The django.utils.timezone.utc alias to datetime.timezone.utc is removed.
This is causing migrations to fail in Django 5.0. Since this import is not used anyway, we can just remove it.