We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01792ea commit 3129c65Copy full SHA for 3129c65
pywisetransfer/deprecation.py
@@ -28,7 +28,7 @@ def {orig.__name__}(*args, **kwargs):
28
return orig(*args, **kwargs)
29
30
self.f = deprecated.{orig.__name__}
31
-""",
+ """,
32
locals(),
33
)
34
self.message = self._message(*args, **kwargs)
0 commit comments