From 7e717a7a15f9107fd94bf26bd77016e61d38583a Mon Sep 17 00:00:00 2001 From: Peter Eckersley Date: Tue, 27 Oct 2015 11:49:25 -0700 Subject: [PATCH] lint --- letsencrypt/tests/cli_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/tests/cli_test.py b/letsencrypt/tests/cli_test.py index 3ef2ea161..d8f6215dc 100644 --- a/letsencrypt/tests/cli_test.py +++ b/letsencrypt/tests/cli_test.py @@ -131,7 +131,6 @@ class CLITest(unittest.TestCase): self.assertTrue("NoInstallationError" in ret) with MockedVerb("auth") as mock_auth: - from letsencrypt import cli self._call(["certonly", "--standalone"]) self.assertEqual(1, mock_auth.call_count)