Skip to content

Commit

Permalink
Merge pull request #3450 from anthonyaag/trait
Browse files Browse the repository at this point in the history
Export TypedTuple from trait_types #2289
  • Loading branch information
jasongrout committed May 2, 2022
2 parents 88cec8b + 3729615 commit b317074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ipywidgets/ipywidgets/widgets/__init__.py
Expand Up @@ -5,7 +5,7 @@
from .domwidget import DOMWidget
from .valuewidget import ValueWidget

from .trait_types import Color, Datetime, NumberFormat
from .trait_types import Color, Datetime, NumberFormat, TypedTuple

from .widget_core import CoreWidget
from .widget_bool import Checkbox, ToggleButton, Valid
Expand Down

0 comments on commit b317074

Please sign in to comment.