Skip to content

Commit 5f2fbac

Browse files
fix all RET508 errors
1 parent a6b87ee commit 5f2fbac

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
@@ -444,8 +444,7 @@ async def poll_voice_ws(self, reconnect: bool) -> None:
444444
)
445445
await self.disconnect()
446446
break
447-
else:
448-
continue
447+
continue
449448

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

0 commit comments

Comments
 (0)