Skip to content

Commit

Permalink
Fixed a flake8 warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Oct 15, 2014
1 parent a6a8268 commit f6c208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mail/tests.py
Expand Up @@ -1058,7 +1058,7 @@ def mock_send(self, s):
msg = None
for i, m in enumerate(smtp_messages):
if m[:4] == 'data':
msg = smtp_messages[i+1]
msg = smtp_messages[i + 1]
break

self.assertTrue(msg)
Expand Down

0 comments on commit f6c208d

Please sign in to comment.