Skip to content

Commit b3b882b

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 35942a8 commit b3b882b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_geode_functions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ def test_list_geode_objects():
309309
assert isinstance(is_loadable_value, float)
310310
assert 0.0 <= is_loadable_value <= 1.0
311311
assert "object_priority" in input_extension_dict
312-
object_priority_value = input_extension_dict["object_priority"]
312+
object_priority_value = input_extension_dict[
313+
"object_priority"
314+
]
313315
assert isinstance(object_priority_value, int)
314316

315317

0 commit comments

Comments
 (0)