We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbe83e commit 4f50576Copy full SHA for 4f50576
examples/test/legacy/v3_default_cmm.py
@@ -1,7 +1,6 @@
1
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
"""Copy-paste of the V3 default CMM."""
4
-# flake8: ignore=D205,D400,D401
5
import logging
6
7
import attr
@@ -43,6 +42,7 @@ class V3DefaultCryptoMaterialsManager(CryptoMaterialsManager):
43
42
44
# pylint: disable=no-self-use
45
def _generate_signing_key_and_update_encryption_context(self, algorithm, encryption_context):
+ # noqa: F401
46
"""Generates a signing key based on the provided algorithm.
47
48
:param algorithm: Algorithm for which to generate signing key
0 commit comments