Skip to content

Commit

Permalink
Fix extra in __all__ export for gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Oct 14, 2017
1 parent 09bd2f4 commit 9f1bb19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discord/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@

log = logging.getLogger(__name__)

__all__ = [ 'ReconnectWebSocket', 'DiscordWebSocket',
'KeepAliveHandler', 'VoiceKeepAliveHandler',
__all__ = [ 'DiscordWebSocket', 'KeepAliveHandler', 'VoiceKeepAliveHandler',
'DiscordVoiceWebSocket', 'ResumeWebSocket' ]

class ResumeWebSocket(Exception):
Expand Down

0 comments on commit 9f1bb19

Please sign in to comment.