Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMads Jensen <mje@inducks.org>2020-12-04 16:29:58 +0300
committerGitHub <noreply@github.com>2020-12-04 16:29:58 +0300
commit5871de0c07cba22a4556e66dcdd68336ffa76b29 (patch)
tree220ebff12dbcc649e09437fefd18a84e9ac18a2a /certbot-ci
parent356e8d84d6963d73ede820299d8d15304ab9be83 (diff)
Removed some unused imports. (#8424)
These were not annotated as something that should be ignored, and the test-suite passes with these changes.
Diffstat (limited to 'certbot-ci')
-rw-r--r--certbot-ci/windows_installer_integration_tests/conftest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/certbot-ci/windows_installer_integration_tests/conftest.py b/certbot-ci/windows_installer_integration_tests/conftest.py
index e36654f90..c6a89c323 100644
--- a/certbot-ci/windows_installer_integration_tests/conftest.py
+++ b/certbot-ci/windows_installer_integration_tests/conftest.py
@@ -9,8 +9,6 @@ See https://docs.pytest.org/en/latest/reference.html#hook-reference
from __future__ import print_function
import os
-import pytest
-
ROOT_PATH = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))