From 7de8feca83a8182095cb7e2e7bfbf053d8329bf8 Mon Sep 17 00:00:00 2001
From: Jennifer Richards <jennifer@staff.ietf.org>
Date: Tue, 23 Jan 2024 10:41:23 -0400
Subject: [PATCH] chore: Remove unused import (#6958)

---
 ietf/utils/tasks.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ietf/utils/tasks.py b/ietf/utils/tasks.py
index 80a6c24a0..e214208cd 100644
--- a/ietf/utils/tasks.py
+++ b/ietf/utils/tasks.py
@@ -2,8 +2,6 @@
 #
 # Celery task definitions
 #
-from django.utils import timezone
-
 from celery import shared_task
 from smtplib import SMTPException