From d604fd48c9d3db0179670117dce85f2b23fdc8e8 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 18 May 2026 16:01:57 -0700 Subject: [PATCH] certbot: lint fixup --- certbot/src/certbot/_internal/tests/storage_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/src/certbot/_internal/tests/storage_test.py b/certbot/src/certbot/_internal/tests/storage_test.py index 409e90336..2274491ae 100644 --- a/certbot/src/certbot/_internal/tests/storage_test.py +++ b/certbot/src/certbot/_internal/tests/storage_test.py @@ -13,7 +13,7 @@ import pytest import certbot from certbot import errors -from certbot._internal.storage import ALL_FOUR, relevant_values +from certbot._internal.storage import ALL_FOUR from certbot._internal import san from certbot.compat import filesystem from certbot.compat import os