From c3e7041c0a774bd073876e9b3622823e50b8a858 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 8 Nov 2019 09:55:44 +0000 Subject: [PATCH] Remove optional report --- disco/gateway/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/disco/gateway/client.py b/disco/gateway/client.py index e08c54c..26c9298 100644 --- a/disco/gateway/client.py +++ b/disco/gateway/client.py @@ -9,7 +9,6 @@ from websocket import ABNF from disco.gateway.packets import OPCode, RECV, SEND from disco.gateway.events import GatewayEvent from disco.gateway.encoding import ENCODERS -from disco.util.functional import optional from disco.util.websocket import Websocket from disco.util.logging import LoggingClass from disco.util.limiter import SimpleLimiter