Skip to content

Commit

Permalink
Nitpick: visual indent for start-and-end of multiline-string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Mar 27, 2024
1 parent 01792ea commit 3129c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywisetransfer/deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def {orig.__name__}(*args, **kwargs):
return orig(*args, **kwargs)
self.f = deprecated.{orig.__name__}
""",
""",
locals(),
)
self.message = self._message(*args, **kwargs)
Expand Down

0 comments on commit 3129c65

Please sign in to comment.