mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
remove redundant property
This commit is contained in:
parent
53ccbaf4f5
commit
798ce96bd0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user