Removed unused import.
This commit is contained in:
parent
7bf775258e
commit
4a5d967dfe
|
@ -1,11 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.core import mail
|
||||
from django.core.management import call_command
|
||||
from django.core.management.base import CommandError
|
||||
from django.test import SimpleTestCase
|
||||
from django.utils.six import StringIO
|
||||
|
||||
|
||||
class SendTestEmailManagementCommand(SimpleTestCase):
|
||||
|
|
Loading…
Reference in New Issue