diff options
| author | Rapptz <[email protected]> | 2016-01-04 20:26:59 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-01-04 20:26:59 -0500 |
| commit | 97874293e2b281d2fcfa60623d0a3af3fa8bf168 (patch) | |
| tree | 3cd63bd9d6ac6cd4d1ead371a32166d54533bc28 /discord/object.py | |
| parent | Use super() in classes that could be subclassed. (diff) | |
| download | discord.py-97874293e2b281d2fcfa60623d0a3af3fa8bf168.tar.xz discord.py-97874293e2b281d2fcfa60623d0a3af3fa8bf168.zip | |
Revert "Use super() in classes that could be subclassed."
This reverts commit 948f565b430d80f782d0b7c264cc0b27aa1ec0b2.
Diffstat (limited to 'discord/object.py')
| -rw-r--r-- | discord/object.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/object.py b/discord/object.py index e96cdbf8..ebf28f0f 100644 --- a/discord/object.py +++ b/discord/object.py @@ -44,5 +44,4 @@ class Object: """ def __init__(self, id): - super().__init__(id) self.id = id |