summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/enum.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/enum.py b/Lib/enum.py
index 27be3fb..ccc1da4 100644
--- a/Lib/enum.py
+++ b/Lib/enum.py
@@ -1211,9 +1211,6 @@ class Enum(metaclass=EnumType):
exc = None
ve_exc = None
- def __init__(self, *args, **kwds):
- pass
-
def _add_alias_(self, name):
self.__class__._add_member_(name, self)