Skip to content

Commit

Permalink
Remove doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Jul 12, 2020
1 parent b881ad8 commit 25cb785
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/betterproto/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,6 @@ def __contains__(cls, member: "Enum"):
return isinstance(member, EnumMember) and member.name in cls._enum_member_map_

def __bool__(self):
"""
classes/types should always be True.
"""
return True

@property
Expand Down

0 comments on commit 25cb785

Please sign in to comment.