mirror of https://github.com/zulip/zulip.git
contrib_bots: Fix lint errors in virtual_fs.py.
This commit is contained in:
parent
a859dadd29
commit
ed82f6f3d0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue