Commit a3e75f6b authored by Tim Graham's avatar Tim Graham
Browse files

Removed unused imports.

parent 6770b7ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import datetime
import socket

from django.core.mail import send_mail
from django.core.management.base import BaseCommand, CommandError
from django.core.management.base import BaseCommand


class Command(BaseCommand):
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ 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