Skip to content

Commit

Permalink
Automated rollback of commit 57772cd.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625554434
  • Loading branch information
anandolee authored and copybara-github committed Apr 17, 2024
1 parent 2a9e5ef commit f799af8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
4 changes: 0 additions & 4 deletions python/google/protobuf/internal/enum_type_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,3 @@ def __getattr__(self, name):
pass # fall out to break exception chaining
raise AttributeError('Enum {} has no value defined for name {!r}'.format(
self._enum_type.name, name))

def __or__(self, other):
"""Returns the union type of self and other."""
return type(self) | other
39 changes: 0 additions & 39 deletions python/google/protobuf/internal/enum_type_wrapper_test.py

This file was deleted.

0 comments on commit f799af8

Please sign in to comment.