Skip to content

Commit 4f50576

Browse files
committed
fix
1 parent 7bbe83e commit 4f50576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/legacy/v3_default_cmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""Copy-paste of the V3 default CMM."""
4-
# flake8: ignore=D205,D400,D401
54
import logging
65

76
import attr
@@ -43,6 +42,7 @@ class V3DefaultCryptoMaterialsManager(CryptoMaterialsManager):
4342

4443
# pylint: disable=no-self-use
4544
def _generate_signing_key_and_update_encryption_context(self, algorithm, encryption_context):
45+
# noqa: F401
4646
"""Generates a signing key based on the provided algorithm.
4747
4848
:param algorithm: Algorithm for which to generate signing key

0 commit comments

Comments
 (0)