style: format files for ruff format --check compliance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Simone Scarduzio
2026-02-07 16:02:40 +01:00
parent 6cab3de9a0
commit 9bfe121f44
4 changed files with 33 additions and 14 deletions

View File

@@ -369,9 +369,7 @@ class TestBucketManagement:
}
client = DeltaGliderClient(service)
response = client.put_bucket_acl(
Bucket="test-bucket", AccessControlPolicy=policy
)
response = client.put_bucket_acl(Bucket="test-bucket", AccessControlPolicy=policy)
assert response["ResponseMetadata"]["HTTPStatusCode"] == 200
mock_boto3_client.put_bucket_acl.assert_called_once_with(