Skip to content

DeprecationWarning: Sentinel is not a public part of the traitlets API. It was published by mistake, and may be removed in the future. #47

Open
@pllim

Description

@pllim

Empty = Sentinel('Empty', 'traittypes',

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions