Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 6a4b3ea

Browse files
authored
Update client.py for flake8
flake8 wasn't checking this file. ran flake8 against it to make sure it was compliant with coding guidelines
1 parent 80dd994 commit 6a4b3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from slackclient import SlackClient
21
from rtmbot import RtmBot
32

43
slack_client = None
54

5+
66
def init(config):
77
global slack_client
88
bot = RtmBot(config)

0 commit comments

Comments
 (0)