adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
301 stars 13 forks source link

refactor: remove __slots__ from Dependant #59

Closed adriangb closed 2 years ago

adriangb commented 2 years ago

We no longer access any of Dependant's attributes are runtime (that's all done in Task), so we can remove this with no performance impact