From 1519a6fefaf9f6cc16afd990a5d0b07762861f13 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 22 Apr 2017 04:50:31 -0400 Subject: Fix some linting errors. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/client.py') diff --git a/discord/client.py b/discord/client.py index 95f71327..e1b2a798 100644 --- a/discord/client.py +++ b/discord/client.py @@ -329,7 +329,7 @@ class Client: """ log.info('logging in using static token') - data = yield from self.http.static_login(token, bot=bot) + yield from self.http.static_login(token, bot=bot) self.connection.is_bot = bot @asyncio.coroutine -- cgit v1.2.3