pep8: Add compliance with rule E261 virtual_fs.py.
This commit is contained in:
parent
ff077bf7f0
commit
d6e8f49cc9
|
@ -18,7 +18,7 @@ class VirtualFsHandler(object):
|
|||
state = {}
|
||||
|
||||
recipient = message['display_recipient']
|
||||
if isinstance(recipient, list): # If not a stream, then hash on list of emails
|
||||
if isinstance(recipient, list): # If not a stream, then hash on list of emails
|
||||
recipient = " ".join([x['email'] for x in recipient])
|
||||
|
||||
if recipient not in state:
|
||||
|
|
Loading…
Reference in a new issue