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 7b7a998Copy full SHA for 7b7a998
src/dependency_injector/wiring.py
@@ -141,7 +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."""
+ """Warning raised when a marker with string identifier cannot be resolved against container."""
145
146
147
class PatchedRegistry:
0 commit comments