]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)
authorStephen Morton <git@tungol.org>
Thu, 19 Dec 2024 22:07:17 +0000 (14:07 -0800)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 22:07:17 +0000 (14:07 -0800)
commitc14db202750ff9eaf3919298f1172270b7dfd64e
tree0e893b5d59ad8eb633a8fc5d8e26ea19eaf6dee9
parent255762c09fe518757bb3e8ce1bb6e5d8eec9f466
gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)

remove unnecessary __init__ method from Enum

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/enum.py