enthought / traits

Observable typed attributes for Python classes
Other
421 stars 85 forks source link

Remove the deprecated SingletonHasTraits class and related classes #1794

Closed mdickinson closed 2 months ago

mdickinson commented 2 months ago

This PR removes the long-deprecated (and untested) SingletonHasTraits, SingletonHasStrictTraits and SingletonHasPrivateTraits classes.

Closes #911

rahulporuri commented 2 months ago

@mdickinson is it okay for me to review and approve PRs?

mdickinson commented 2 months ago

@rahulporuri Sure - reviews would be very welcome! I think that doesn't satisfy the branch protections, for what it's worth (needs a reviewer with write access).

mdickinson commented 2 months ago

Thanks, both!