Update client.py for flake8

flake8 wasn't checking this file.  ran flake8 against it to make sure it was compliant with coding guidelines
This commit is contained in:
Philip Yun 2016-08-07 02:51:18 -07:00 committed by GitHub
parent 80dd994671
commit 6a4b3ea842

View file

@ -1,8 +1,8 @@
from slackclient import SlackClient
from rtmbot import RtmBot
slack_client = None
def init(config):
global slack_client
bot = RtmBot(config)