readd newline to prevent pep8 errors

This commit is contained in:
Brad Warren
2016-08-29 12:46:41 -07:00
parent c0d060a8f1
commit 7467794637
+1
View File
@@ -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."""