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 02d7636 commit b4ddbe7Copy full SHA for b4ddbe7
lagrange/pb/highway/comm.py
@@ -34,7 +34,7 @@ class AudioExtInfo(ProtoStruct):
34
35
36
class ExtBizInfo(ProtoStruct):
37
- pic: PicExtInfo = proto_field(1, default_factory=PicExtInfo)
+ pic: Optional[PicExtInfo] = proto_field(1, default_factory=PicExtInfo)
38
video: Optional[VideoExtInfo] = proto_field(2, default_factory=VideoExtInfo)
39
audio: Optional[AudioExtInfo] = proto_field(3, default_factory=AudioExtInfo)
40
bus_type: Optional[int] = proto_field(4, default=None)
0 commit comments