Skip to content

Commit cef0321

Browse files
committed
Format code
1 parent 6ff5b8a commit cef0321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_inputs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ def test_binary_compatibility(test_data: TestData) -> None:
204204
reference_instance = Parse(sample.json, reference_module().Test())
205205
reference_binary_output = reference_instance.SerializeToString()
206206

207-
plugin_instance_from_json: betterproto.Message = (
208-
plugin_module.Test().from_json(sample.json)
207+
plugin_instance_from_json: betterproto.Message = plugin_module.Test().from_json(
208+
sample.json
209209
)
210210
plugin_instance_from_binary = plugin_module.Test.FromString(
211211
reference_binary_output

0 commit comments

Comments
 (0)