mmerickel / wired

A service locator implementation for Python.
https://wired.readthedocs.io
MIT License
17 stars 9 forks source link

Dataclasses: Use container.register_singleton #23

Closed pauleveritt closed 5 years ago

pauleveritt commented 5 years ago

As mentioned on the PR Michael said to use container.register_singleton instead of container.set.

pauleveritt commented 5 years ago

Done.