From 97874293e2b281d2fcfa60623d0a3af3fa8bf168 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 4 Jan 2016 20:26:59 -0500 Subject: Revert "Use super() in classes that could be subclassed." This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2. --- discord/client.py | 1 - 1 file changed, 1 deletion(-) (limited to 'discord/client.py') diff --git a/discord/client.py b/discord/client.py index f43fe1c2..bbad5ee4 100644 --- a/discord/client.py +++ b/discord/client.py @@ -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 -- cgit v1.2.3