Skip to content

Commit

Permalink
Use EnumMeta instead of EnumType for backwards compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
corranwebster authored and martinRenou committed Aug 21, 2024
1 parent 34f6209 commit 4b577ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ipywidgets/ipywidgets/widgets/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""Interact with functions using widgets."""

from collections.abc import Iterable, Mapping
from enum import EnumType
from enum import EnumMeta as EnumType
from inspect import signature, Parameter
from inspect import getcallargs
from inspect import getfullargspec as check_argspec
Expand Down

0 comments on commit 4b577ad

Please sign in to comment.