You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several places we are using dictionaries and then either letting the library convert or doing SomeProto(**d). It would be better to use protos directly
Several places we are using dictionaries and then either letting the library convert or doing
SomeProto(**d)
. It would be better to use protos directlyWaiting for #64
The text was updated successfully, but these errors were encountered: