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)