mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
[protobuf] MessageToJson indent parameter can be None (#8705)
This commit is contained in:
committed by
GitHub
parent
ff3c3b8373
commit
fdbf1396d1
@@ -13,7 +13,7 @@ def MessageToJson(
|
||||
message: Message,
|
||||
including_default_value_fields: bool = ...,
|
||||
preserving_proto_field_name: bool = ...,
|
||||
indent: int = ...,
|
||||
indent: int | None = ...,
|
||||
sort_keys: bool = ...,
|
||||
use_integers_for_enums: bool = ...,
|
||||
descriptor_pool: DescriptorPool | None = ...,
|
||||
|
||||
Reference in New Issue
Block a user