From f95960aafef2f0b831609fffaf1a8930aaed4522 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 7 Mar 2024 15:30:42 +0100 Subject: [PATCH] clean urlparse --- idhub/management/commands/send_mail_admins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/idhub/management/commands/send_mail_admins.py b/idhub/management/commands/send_mail_admins.py index a878456..bb6a004 100644 --- a/idhub/management/commands/send_mail_admins.py +++ b/idhub/management/commands/send_mail_admins.py @@ -1,7 +1,5 @@ import logging -from urllib.parse import urlparse - from django.conf import settings from django.template import loader from django.core.mail import EmailMultiAlternatives