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
Fix bug that initialized the alternative file formats incorrectly
It calls `self.add_alterative_file_format`, which assumes the info proto is already created, but this happens later in the __init__. Since the alternative file formats in the proto is also initialized later in the __init__, we do not need to call add_alternative_file_format
PiperOrigin-RevId: 645331634
0 commit comments