Skip to content

Commit e60e403

Browse files
fix all RET508 errors
1 parent 823f711 commit e60e403

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

disnake/voice_client.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,7 @@ async def poll_voice_ws(self, reconnect: bool) -> None:
443443
)
444444
await self.disconnect()
445445
break
446-
else:
447-
continue
446+
continue
448447

449448
if not reconnect:
450449
await self.disconnect()

0 commit comments

Comments
 (0)