lint: Clean up E306 PEP-8 rule.
This commit is contained in:
parent
4d81b91185
commit
2f0bc3dc69
2 changed files with 3 additions and 0 deletions
|
@ -4,9 +4,11 @@ def test():
|
|||
for cmd, expected_response in sample_conversation():
|
||||
message = {'content': cmd, 'subject': 'foo',
|
||||
'display_recipient': 'bar'}
|
||||
|
||||
class ClientDummy(object):
|
||||
def __init__(self):
|
||||
self.output = ''
|
||||
|
||||
def send_message(self, params):
|
||||
self.output = params['content']
|
||||
handler = converter.ConverterHandler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue