From 5a7de82e9c9961dac74f65c4b94d6147e3adbc2a Mon Sep 17 00:00:00 2001
From: Jonas Braathen <jonas.braathen@usit.uio.no>
Date: Thu, 6 Apr 2023 14:43:58 +0200
Subject: [PATCH] Remove unused import

---
 greg/management/commands/role_end_notifier.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/greg/management/commands/role_end_notifier.py b/greg/management/commands/role_end_notifier.py
index 569cae3a..e1f8a878 100644
--- a/greg/management/commands/role_end_notifier.py
+++ b/greg/management/commands/role_end_notifier.py
@@ -8,7 +8,6 @@ import logging.config
 
 from django.conf import settings
 from django.core.management.base import BaseCommand, CommandParser
-from django.db import transaction
 from django_q.tasks import schedule
 
 from greg.tasks import notify_sponsors_roles_ending
-- 
GitLab