[lint] Remove unused variables

Left over from various refactoring and rewrites.
This commit is contained in:
Hornwitser
2018-06-22 14:47:56 +02:00
committed by Rapptz
parent d58fc0ccee
commit 119c5a0618
7 changed files with 9 additions and 10 deletions

View File

@ -367,7 +367,7 @@ class Client:
while True:
try:
await self.ws.poll_event()
except ResumeWebSocket as e:
except ResumeWebSocket:
log.info('Got a request to RESUME the websocket.')
coro = DiscordWebSocket.from_client(self, shard_id=self.shard_id,
session=self.ws.session_id,