Skip to content

Commit 4a2d405

Browse files
committed
fix pre-commit
1 parent e1fdbff commit 4a2d405

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_tos.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ def __init__(
6767
type("S", (), {"Storage_Class_Standard": "STANDARD"}),
6868
)
6969
monkeypatch.setattr(
70-
tos_mod.tos, "ACLType", type("A", (), {"ACL_Private": "private", "ACL_Public_Read": "public-read"})
70+
tos_mod.tos,
71+
"ACLType",
72+
type("A", (), {"ACL_Private": "private", "ACL_Public_Read": "public-read"}),
7173
)
7274

7375
return fake_client

0 commit comments

Comments
 (0)