From 74677946373d38a7e1720b70c45332d958cde0b3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 29 Aug 2016 12:46:41 -0700 Subject: [PATCH] readd newline to prevent pep8 errors --- certbot/tests/cli_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/certbot/tests/cli_test.py b/certbot/tests/cli_test.py index d011be957..2c6e32705 100644 --- a/certbot/tests/cli_test.py +++ b/certbot/tests/cli_test.py @@ -1035,6 +1035,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods namespace = parse(short_args) self.assertTrue(namespace.text_mode) + class DetermineAccountTest(unittest.TestCase): """Tests for certbot.cli._determine_account."""