Skip to content

Commit c386f85

Browse files
committed
flake8 linting
1 parent 70b154c commit c386f85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/test_ocsp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def overwrite_ocsp_cache(tmpdir):
8080
@pytest.fixture(autouse=True)
8181
def worker_specific_cache_dir(tmpdir):
8282
"""Create worker-specific cache directory to avoid file lock conflicts in parallel execution."""
83-
import tempfile
8483

8584
# Get worker ID for parallel execution (pytest-xdist)
8685
worker_id = os.environ.get("PYTEST_XDIST_WORKER", "master")

0 commit comments

Comments
 (0)