Revert "Use super() in classes that could be subclassed."

This reverts commit 948f565b43.
This commit is contained in:
Rapptz
2016-01-04 20:26:59 -05:00
parent 948f565b43
commit 97874293e2
3 changed files with 0 additions and 3 deletions

View File

@ -105,7 +105,6 @@ class Client:
"""
def __init__(self, *, loop=None, **options):
super().__init__(loop, **options)
self.ws = None
self.token = None
self.gateway = None