contrib_bots: Fix lint errors in virtual_fs.py.

This commit is contained in:
Tim Abbott 2017-05-23 21:35:01 -07:00
parent a859dadd29
commit ed82f6f3d0
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ class VirtualFsHandler(object):
def handle_message(self, message, client, state_handler):
command = message['content']
if command == "": return
topic = message['subject']
if command == "":
return
sender = message['sender_email']
state = state_handler.get_state()