Skip to content

Commit 1b10e6f

Browse files
committed
lint
1 parent cf78820 commit 1b10e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/contrib/botocore/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4101,7 +4101,8 @@ def test_aws_payload_tagging_s3_invalid_config(self):
41014101
@mock_dynamodb
41024102
def test_dynamodb_payload_tagging(self):
41034103
with self.override_config(
4104-
"botocore", dict(payload_tagging_request="all", payload_tagging_response="all", payload_tagging_services="s3,dynamodb")
4104+
"botocore",
4105+
dict(payload_tagging_request="all", payload_tagging_response="all", payload_tagging_services="s3,dynamodb"),
41054106
):
41064107
ddb = self.session.create_client("dynamodb", region_name="us-west-2")
41074108
pin = Pin(service=self.TEST_SERVICE)

0 commit comments

Comments
 (0)