mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +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):
|
||||
"""Components catalog."""
|
||||
"""Component providers catalog."""
|
||||
|
||||
service = providers.Factory(Service)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user