mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
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 __future__ import unicode_literals
|
||||||
|
|
||||||
from django.core import mail
|
from django.core import mail
|
||||||
from django.core.management import call_command
|
from django.core.management import call_command
|
||||||
from django.core.management.base import CommandError
|
from django.core.management.base import CommandError
|
||||||
from django.test import SimpleTestCase
|
from django.test import SimpleTestCase
|
||||||
from django.utils.six import StringIO
|
|
||||||
|
|
||||||
|
|
||||||
class SendTestEmailManagementCommand(SimpleTestCase):
|
class SendTestEmailManagementCommand(SimpleTestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user