Fix PEP8: W293 blank line contains whitespace
This commit is contained in:
@@ -298,7 +298,7 @@ class AccountApiTest(TestCase):
|
||||
if create_inactive_account:
|
||||
# Create an account, but do not activate it
|
||||
account_api.create_account(self.USERNAME, self.PASSWORD, self.EMAIL)
|
||||
|
||||
|
||||
account_api.request_password_change(self.EMAIL, self.ORIG_HOST, self.IS_SECURE)
|
||||
|
||||
# Verify that no email messages have been sent
|
||||
|
||||
Reference in New Issue
Block a user