Fix lint error w/ClientDummy.

This commit is contained in:
Steve Howell 2017-01-22 05:51:33 -08:00
parent 0af3069839
commit 42fdead31f

View file

@ -4,7 +4,7 @@ def test():
for cmd, expected_response in sample_conversation():
message = {'content': cmd, 'subject': 'foo',
'display_recipient': 'bar'}
class ClientDummy:
class ClientDummy(object):
def __init__(self):
self.output = ''
def send_message(self, params):