Skip to content

Commit 3129c65

Browse files
committed
Nitpick: visual indent for start-and-end of multiline-string.
1 parent 01792ea commit 3129c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywisetransfer/deprecation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def {orig.__name__}(*args, **kwargs):
2828
return orig(*args, **kwargs)
2929
3030
self.f = deprecated.{orig.__name__}
31-
""",
31+
""",
3232
locals(),
3333
)
3434
self.message = self._message(*args, **kwargs)

0 commit comments

Comments
 (0)