pep8: Add compliance with rule E261 virtual_fs.py.

This commit is contained in:
Aditya Bansal 2017-06-04 14:58:37 +05:30
parent ff077bf7f0
commit d6e8f49cc9

View file

@ -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: