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 9f40ecc commit 034922eCopy full SHA for 034922e
src/dependency_injector/wiring.py
@@ -141,8 +141,7 @@ class DIWiringWarning(RuntimeWarning):
141
142
143
class UnresolvedMarkerWarning(DIWiringWarning):
144
- """Warning raised for markers (Provide, Provider, Closing) with string
145
- identifiers that cannot be resolved against current container."""
+ """Warning raised for markers (Provide, Provider, Closing) with string identifiers that cannot be resolved against current container."""
146
147
148
class PatchedRegistry:
0 commit comments