You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But consistency_level is set to <dependency_injector.wiring.Provide object at 0x7f9b1f9d8d60
Or in other words the dependency injection is not working.
Any tips on fixing this or how to go about debugging this?
The text was updated successfully, but these errors were encountered:
Version 4.39.1
Instead of providing the configuration value it returns
<dependency_injector.wiring.Provide object at 0x...>
config is setup as shown
config = providers.Configuration( yaml_files="default.yaml")
and default.yaml does exist.and a call that relies on the dependency looks as below
But
consistency_level
is set to<dependency_injector.wiring.Provide object at 0x7f9b1f9d8d60
Or in other words the dependency injection is not working.
Any tips on fixing this or how to go about debugging this?
The text was updated successfully, but these errors were encountered: