Browse Source

Remove optional report

pull/162/head
Luke 5 years ago
committed by GitHub
parent
commit
c3e7041c0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      disco/gateway/client.py

1
disco/gateway/client.py

@ -9,7 +9,6 @@ from websocket import ABNF
from disco.gateway.packets import OPCode, RECV, SEND from disco.gateway.packets import OPCode, RECV, SEND
from disco.gateway.events import GatewayEvent from disco.gateway.events import GatewayEvent
from disco.gateway.encoding import ENCODERS from disco.gateway.encoding import ENCODERS
from disco.util.functional import optional
from disco.util.websocket import Websocket from disco.util.websocket import Websocket
from disco.util.logging import LoggingClass from disco.util.logging import LoggingClass
from disco.util.limiter import SimpleLimiter from disco.util.limiter import SimpleLimiter

Loading…
Cancel
Save