File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1
+ # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License"). You
4
4
# may not use this file except in compliance with the License. A copy of
10
10
# distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
11
11
# ANY KIND, either express or implied. See the License for the specific
12
12
# language governing permissions and limitations under the License.
13
+ """Dummy stub to make linters work better."""
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
from aws_encryption_sdk .identifiers import USER_AGENT_SUFFIX , Algorithm
22
22
from aws_encryption_sdk .key_providers .kms import KMSMasterKey , KMSMasterKeyProvider
23
23
24
- from .. integration_test_utils import (
24
+ from .integration_test_utils import (
25
25
get_cmk_arn ,
26
26
setup_kms_master_key_provider ,
27
27
setup_kms_master_key_provider_with_botocore_session ,
Original file line number Diff line number Diff line change 23
23
24
24
import aws_encryption_sdk
25
25
26
- from .. integration_test_utils import get_cmk_arn , setup_kms_master_key_provider
26
+ from .integration_test_utils import get_cmk_arn , setup_kms_master_key_provider
27
27
28
28
pytestmark = [pytest .mark .integ ]
29
29
You can’t perform that action at this time.
0 commit comments