From 6a4b3ea84239d28701fc07fedfc806fe7a7d0703 Mon Sep 17 00:00:00 2001 From: Philip Yun Date: Sun, 7 Aug 2016 02:51:18 -0700 Subject: [PATCH] Update client.py for flake8 flake8 wasn't checking this file. ran flake8 against it to make sure it was compliant with coding guidelines --- client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.py b/client.py index 079ef33..c16ac56 100644 --- a/client.py +++ b/client.py @@ -1,8 +1,8 @@ -from slackclient import SlackClient from rtmbot import RtmBot slack_client = None + def init(config): global slack_client bot = RtmBot(config)