From 59d43731bac12f9f6a2fb8cb9ce8c71d1bfe400d Mon Sep 17 00:00:00 2001 From: Wayne Manselle Date: Mon, 22 Apr 2024 21:50:17 -0700 Subject: [PATCH] Remove meaningless yield from example --- src/examples/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/examples/README.md b/src/examples/README.md index c8f322d..964f36e 100644 --- a/src/examples/README.md +++ b/src/examples/README.md @@ -139,7 +139,6 @@ client = Client( } ), ) - yield client ``` [Review the json_format documentation for what kwargs are available to message_to_dict.](https://googleapis.dev/python/protobuf/latest/google/protobuf/json_format.html)