Skip to content

Commit 034922e

Browse files
committed
Fix docstring format
1 parent 9f40ecc commit 034922e

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
145-
identifiers that cannot be resolved against current container."""
144+
"""Warning raised for markers (Provide, Provider, Closing) with string identifiers that cannot be resolved against current container."""
146145

147146

148147
class PatchedRegistry:

0 commit comments

Comments
 (0)