Skip to content

Commit 3d98f2f

Browse files
style: auto-format code with ruff [skip ci]
1 parent 5d9297b commit 3d98f2f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/unit/sdk/test_sdk_init_config_handlers.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,7 @@ def test_ensure_raw_config_with_config_dict_merges_strategy_defaults(self):
8787
FAILS against current code because the dict branch never merges them.
8888
"""
8989
fake_defaults = {
90-
"provider_defaults": {
91-
"aws": {
92-
"handlers": {
93-
"RunInstances": {"enabled": True}
94-
}
95-
}
96-
}
90+
"provider_defaults": {"aws": {"handlers": {"RunInstances": {"enabled": True}}}}
9791
}
9892

9993
with patch.object(

0 commit comments

Comments
 (0)