Skip to content

Commit c81adf5

Browse files
committed
remove fmt:off references
1 parent 1a40295 commit c81adf5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

discord/voice/enums.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030

3131
class OpCodes(Enum):
32-
# fmt: off
3332
identify = 0
3433
select_protocol = 1
3534
ready = 2
@@ -42,7 +41,6 @@ class OpCodes(Enum):
4241
resumed = 9
4342
client_connect = 10
4443
client_disconnect = 11
45-
# fmt: on
4644

4745
def __eq__(self, other: object) -> bool:
4846
if isinstance(other, int):
@@ -56,7 +54,6 @@ def __int__(self) -> int:
5654

5755

5856
class ConnectionFlowState(Enum):
59-
# fmt: off
6057
disconnected = 0
6158
set_guild_voice_state = 1
6259
got_voice_state_update = 2
@@ -66,4 +63,3 @@ class ConnectionFlowState(Enum):
6663
got_websocket_ready = 6
6764
got_ip_discovery = 7
6865
connected = 8
69-
# fmt: on

0 commit comments

Comments
 (0)