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 91533b5 commit a9ae712Copy full SHA for a9ae712
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 identifiers that cannot be resolved against current container."""
145
-
+ """Warning raised when a marker with string identifier cannot be resolved against container."""
146
147
class PatchedRegistry:
148
0 commit comments