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

@ -44,5 +44,4 @@ class Object:
"""
def __init__(self, id):
super().__init__(id)
self.id = id