You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traittypes/__init__.py:1: in <module>
from .traittypes import *
traittypes/traittypes.py:20: in <module>
Empty = Sentinel('Empty', 'traittypes',
traitlets/__init__.py:24: in __init__
warn(
traitlets/utils/warnings.py:11: in warn
return warnings.warn(msg, category=category, stacklevel=stacklevel, source=source)
E DeprecationWarning:
E Sentinel is not a public part of the traitlets API.
E It was published by mistake, and may be removed in the future.
The text was updated successfully, but these errors were encountered:
traittypes/traittypes/traittypes.py
Line 21 in af2ebee
The text was updated successfully, but these errors were encountered: