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 committed Apr 18, 2024
1 parent fd256ea commit 9f79fac
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 9f79fac

Please sign in to comment.