From 8101b4f057811117075b82453c936c410cdde0f3 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Tue, 18 Oct 2022 12:50:07 -0300 Subject: [PATCH] chore: remove unused imports --- ietf/meeting/management/commands/meetecho_conferences.py | 2 -- ietf/submit/models.py | 1 - 2 files changed, 3 deletions(-) diff --git a/ietf/meeting/management/commands/meetecho_conferences.py b/ietf/meeting/management/commands/meetecho_conferences.py index c3220d4cf..8a7eb0ebc 100644 --- a/ietf/meeting/management/commands/meetecho_conferences.py +++ b/ietf/meeting/management/commands/meetecho_conferences.py @@ -1,7 +1,5 @@ # Copyright The IETF Trust 2022, All Rights Reserved # -*- coding: utf-8 -*- -import datetime - from textwrap import dedent from django.conf import settings diff --git a/ietf/submit/models.py b/ietf/submit/models.py index 09d52b368..0f9a86cd2 100644 --- a/ietf/submit/models.py +++ b/ietf/submit/models.py @@ -2,7 +2,6 @@ # -*- coding: utf-8 -*- -import datetime import email import jsonfield