Closed
Description
I found a typo in Factory
provider docs: https://python-dependency-injector.ets-labs.org/providers/factory.html.
Need to update service.add_attributes(clent=client) -> service.add_attributes(client=client)
.
I found a typo in Factory
provider docs: https://python-dependency-injector.ets-labs.org/providers/factory.html.
Need to update service.add_attributes(clent=client) -> service.add_attributes(client=client)
.