We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef6d35 commit ff5b81fCopy full SHA for ff5b81f
examples/providers/factory_attribute_injections.py
@@ -17,7 +17,7 @@ class Container(containers.DeclarativeContainer):
17
client = providers.Factory(Client)
18
19
service = providers.Factory(Service)
20
- service.add_attributes(clent=client)
+ service.add_attributes(client=client)
21
22
23
if __name__ == '__main__':
0 commit comments