remove unused import

This commit is contained in:
Luna 2022-01-28 00:24:58 -03:00
parent 9b98257741
commit 94e1f16be5
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ from wsproto.events import (
AcceptConnection, AcceptConnection,
CloseConnection, CloseConnection,
Ping, Ping,
Pong,
) )
from litecord.gateway.opcodes import OP from litecord.gateway.opcodes import OP