Skip to content

Commit a9ae712

Browse files
committed
Condense docstring for UnresolvedMarkerWarning
1 parent 91533b5 commit a9ae712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dependency_injector/wiring.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ class DIWiringWarning(RuntimeWarning):
141141

142142

143143
class UnresolvedMarkerWarning(DIWiringWarning):
144-
"""Warning raised for markers (Provide, Provider, Closing) with string identifiers that cannot be resolved against current container."""
145-
144+
"""Warning raised when a marker with string identifier cannot be resolved against container."""
146145

147146
class PatchedRegistry:
148147

0 commit comments

Comments
 (0)