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