Skip to content

Commit 3159641

Browse files
Fix pylint
1 parent 24c809b commit 3159641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_aws_encryption_sdk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ def test_kms_master_key_provider_deprecation_warning(self):
106106
warnings.simplefilter("error")
107107

108108
with pytest.raises(DeprecationWarning) as excinfo:
109-
provider = aws_encryption_sdk.KMSMasterKeyProvider()
109+
aws_encryption_sdk.KMSMasterKeyProvider()
110110
excinfo.match("KMSMasterKeyProvider is deprecated")

0 commit comments

Comments
 (0)