chore: remove unused imports

This commit is contained in:
Jennifer Richards 2022-10-18 12:50:07 -03:00
parent 2d875d534d
commit 8101b4f057
No known key found for this signature in database
GPG key ID: 26801E4DC0928410
2 changed files with 0 additions and 3 deletions

View file

@ -1,7 +1,5 @@
# Copyright The IETF Trust 2022, All Rights Reserved # Copyright The IETF Trust 2022, All Rights Reserved
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import datetime
from textwrap import dedent from textwrap import dedent
from django.conf import settings from django.conf import settings

View file

@ -2,7 +2,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import datetime
import email import email
import jsonfield import jsonfield