8000
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 0f952b5 commit 6c7c9eaCopy full SHA for 6c7c9ea
README.rst
@@ -152,7 +152,7 @@ framework:
152
api_client = providers.Singleton(
153
ApiClient,
154
api_key=config.api_key,
155
- timeout=config.timeout,
+ timeout=config.timeout.as_int(),
156
)
157
158
service = providers.Factory(
examples/di_demo2/demo.py
@@ -21,7 +21,7 @@ class Container(containers.DeclarativeContainer):
21
22
23
24
25
26
27
0 commit comments