remove redundant property

This commit is contained in:
Maximilian Hils 2016-08-22 21:01:24 -07:00
parent 53ccbaf4f5
commit 798ce96bd0

View File

@ -275,10 +275,6 @@ class Reply(object):
def has_message(self):
return self.value != NO_REPLY
@property
def done(self):
return self.state == "committed"
def handle(self):
"""
Reply are handled by controller.handlers, which may be nested. The first handler takes