We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3c3b8 commit fdbf139Copy full SHA for fdbf139
stubs/protobuf/google/protobuf/json_format.pyi
@@ -13,7 +13,7 @@ def MessageToJson(
13
message: Message,
14
including_default_value_fields: bool = ...,
15
preserving_proto_field_name: bool = ...,
16
- indent: int = ...,
+ indent: int | None = ...,
17
sort_keys: bool = ...,
18
use_integers_for_enums: bool = ...,
19
descriptor_pool: DescriptorPool | None = ...,
0 commit comments