From 106aaae2b9307960eb022cda65a2a59b4f4f0f3a Mon Sep 17 00:00:00 2001 From: Athitheya Gobinathan Date: Wed, 3 Jul 2024 09:36:50 -0400 Subject: [PATCH] ci: remove pylint statement --- middleware/decrypt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/middleware/decrypt.py b/middleware/decrypt.py index c345b5b..c7e4173 100644 --- a/middleware/decrypt.py +++ b/middleware/decrypt.py @@ -20,8 +20,6 @@ logger = logging.getLogger(__name__) -# pylint: disable=logging-fstring-interpolation - def get_private_keys(file_paths: list[Path]) -> list[bytes]: """Retrieve private keys from a list of files.