mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-03 23:43:44 +03:00
Update ioc_container_example.py
This commit is contained in:
parent
96e55e46ff
commit
5c23160632
|
@ -8,7 +8,7 @@ from ioc_example import Client
|
||||||
|
|
||||||
|
|
||||||
class Components(catalogs.DeclarativeCatalog):
|
class Components(catalogs.DeclarativeCatalog):
|
||||||
"""Components catalog."""
|
"""Component providers catalog."""
|
||||||
|
|
||||||
service = providers.Factory(Service)
|
service = providers.Factory(Service)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user