fix spacing

This commit is contained in:
James Kasten
2015-02-24 12:23:02 -08:00
parent 8e66c58ec9
commit 31fb733e05
4 changed files with 2 additions and 2 deletions
-1
View File
@@ -233,7 +233,6 @@ class AuthHandler(object): # pylint: disable=too-many-instance-attributes
if client_list:
self.client_auth.cleanup(client_list)
def _cleanup_state(self, delete_list):
"""Cleanup state after an authorization is received.
+1
View File
@@ -42,6 +42,7 @@ def choose_authenticator(auths, errs):
else:
return
def choose_names(installer):
"""Display screen to select domains to validate.
@@ -98,5 +98,6 @@ class ConfirmRevocationTest(unittest.TestCase):
mock_util().yesno.return_value = False
self.assertFalse(self._call(self.cert))
if __name__ == "__main__":
unittest.main()
@@ -53,7 +53,6 @@ class NcursesDisplayTest(DisplayT):
"menu_height": display_util.HEIGHT-6,
}
@mock.patch("letsencrypt.client.display.util.dialog.Dialog.msgbox")
def test_notification(self, mock_msgbox):
"""Kind of worthless... one liner."""