Skip to content

Commit 6e864f3

Browse files
committed
reformat with black
1 parent 46a892c commit 6e864f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

st2common/tests/unit/test_config_loader.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,9 @@ def test_get_config_dynamic_config_item_under_additional_properties(self):
523523
loader = ContentPackConfigLoader(pack_name=pack_name)
524524

525525
KeyValuePair.add_or_update(KeyValuePairDB(name="k0", value="v0"))
526-
KeyValuePair.add_or_update(KeyValuePairDB(name="k1_encrypted", value="v1_encrypted", secret=True))
526+
KeyValuePair.add_or_update(
527+
KeyValuePairDB(name="k1_encrypted", value="v1_encrypted", secret=True)
528+
)
527529

528530
####################
529531
# values in objects under an object with additionalProperties

0 commit comments

Comments
 (0)