Skip to content

Commit

Permalink
Negligible pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Sep 24, 2009
1 parent 4d9d828 commit 9cb081f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion django_mailer/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from django_mailer.tests.commands import TestCommands
from django_mailer.tests.commands import TestCommands
1 change: 0 additions & 1 deletion django_mailer/tests/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_send_mail(self):
self.assertEqual(queued_messages.count(), 1)
self.assertEqual(len(mail.outbox), 2)


def test_retry_deferred(self):
"""
The ``retry_deferred`` command places deferred messages back in the
Expand Down

0 comments on commit 9cb081f

Please sign in to comment.