[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

@ -132,7 +132,6 @@ class VoiceClient:
async def start_handshake(self):
log.info('Starting voice handshake...')
key_id, key_name = self.channel._get_voice_client_key()
guild_id, channel_id = self.channel._get_voice_state_pair()
state = self._state
self.main_ws = ws = state._get_websocket(guild_id)