diff --git a/stubs/protobuf/METADATA.toml b/stubs/protobuf/METADATA.toml index 28d94736f..3fe25cf08 100644 --- a/stubs/protobuf/METADATA.toml +++ b/stubs/protobuf/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.23.*" +version = "4.24.*" extra_description = "Generated with aid from mypy-protobuf v3.4.0" partial_stub = true diff --git a/stubs/protobuf/google/protobuf/descriptor_pool.pyi b/stubs/protobuf/google/protobuf/descriptor_pool.pyi index 25939e479..00be66656 100644 --- a/stubs/protobuf/google/protobuf/descriptor_pool.pyi +++ b/stubs/protobuf/google/protobuf/descriptor_pool.pyi @@ -8,7 +8,6 @@ class DescriptorPool: def Add(self, file_desc_proto): ... def AddSerializedFile(self, serialized_file_desc_proto): ... def AddDescriptor(self, desc): ... - def AddEnumDescriptor(self, enum_desc): ... def AddServiceDescriptor(self, service_desc): ... def AddExtensionDescriptor(self, extension): ... def AddFileDescriptor(self, file_desc): ...