File tree 1 file changed +9
-3
lines changed
third_party/2and3/google/protobuf/util
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# @generated by generate_proto_mypy_stubs.py. Do not edit!
2
+
3
+ # Manually edited to work around #4815.
4
+
2
5
import sys
3
6
from google .protobuf .any_pb2 import (
4
7
Any as google___protobuf___any_pb2___Any ,
@@ -42,9 +45,12 @@ from google.protobuf.timestamp_pb2 import (
42
45
Timestamp as google___protobuf___timestamp_pb2___Timestamp ,
43
46
)
44
47
45
- from google .protobuf .unittest_pb2 import (
46
- TestAllExtensions as google___protobuf___unittest_pb2___TestAllExtensions ,
47
- )
48
+ # Work-around #4815
49
+ # from google.protobuf.unittest_pb2 import (
50
+ # TestAllExtensions as google___protobuf___unittest_pb2___TestAllExtensions,
51
+ # )
52
+ from typing import Any
53
+ google___protobuf___unittest_pb2___TestAllExtensions = Any
48
54
49
55
from google .protobuf .wrappers_pb2 import (
50
56
BoolValue as google___protobuf___wrappers_pb2___BoolValue ,
You can’t perform that action at this time.
0 commit comments