Skip to content

Commit

Permalink
ci: remove pylint statement
Browse files Browse the repository at this point in the history
  • Loading branch information
athith-g committed Jul 3, 2024
1 parent 89e5993 commit 106aaae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions middleware/decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 106aaae

Please sign in to comment.