Skip to content

Commit 88175b6

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent d5bae0d commit 88175b6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

discord/voice/enums.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929

3030

3131
class OpCodes(Enum):
32-
identify = 0
33-
select_protocol = 1
34-
ready = 2
35-
heartbeat = 3
32+
identify = 0
33+
select_protocol = 1
34+
ready = 2
35+
heartbeat = 3
3636
session_description = 4
37-
speaking = 5
38-
heartbeat_ack = 6
39-
resume = 7
40-
hello = 8
41-
resumed = 9
42-
client_connect = 10
43-
client_disconnect = 11
37+
speaking = 5
38+
heartbeat_ack = 6
39+
resume = 7
40+
hello = 8
41+
resumed = 9
42+
client_connect = 10
43+
client_disconnect = 11
4444

4545
def __eq__(self, other: object) -> bool:
4646
if isinstance(other, int):
@@ -54,12 +54,12 @@ def __int__(self) -> int:
5454

5555

5656
class ConnectionFlowState(Enum):
57-
disconnected = 0
58-
set_guild_voice_state = 1
59-
got_voice_state_update = 2
57+
disconnected = 0
58+
set_guild_voice_state = 1
59+
got_voice_state_update = 2
6060
got_voice_server_update = 3
61-
got_both_voice_updates = 4
62-
websocket_connected = 5
63-
got_websocket_ready = 6
64-
got_ip_discovery = 7
65-
connected = 8
61+
got_both_voice_updates = 4
62+
websocket_connected = 5
63+
got_websocket_ready = 6
64+
got_ip_discovery = 7
65+
connected = 8

0 commit comments

Comments
 (0)