Skip to content

Commit 1e1b62c

Browse files
committed
fix(2)
1 parent 4f50576 commit 1e1b62c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/test/legacy/v3_default_cmm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class V3DefaultCryptoMaterialsManager(CryptoMaterialsManager):
4242

4343
# pylint: disable=no-self-use
4444
def _generate_signing_key_and_update_encryption_context(self, algorithm, encryption_context):
45-
# noqa: F401
4645
"""Generates a signing key based on the provided algorithm.
4746
4847
:param algorithm: Algorithm for which to generate signing key

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ commands =
173173
# E203 is not PEP8 compliant https://github.com/ambv/black#slices
174174
# W503 is not PEP8 compliant https://github.com/ambv/black#line-breaks--binary-operators
175175
--ignore D103,E203,W503 \
176+
per-file-ignores =
177+
v3_default_cmm.py: D401
176178
examples/test/
177179

178180
[testenv:pylint]

0 commit comments

Comments
 (0)