We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ed1a1 commit e9bd269Copy full SHA for e9bd269
pyiron_snippets/deprecate.py
@@ -146,7 +146,8 @@ def decorated(*args, **kwargs):
146
if kw in self.arguments:
147
warnings.warn(
148
message_format.format(
149
- f"{function.__module__}.{function.__qualname__}({kw}={kwargs[kw]})"
+ f"{function.__module__}.{function.__qualname__}"
150
+ f"({kw}={kwargs[kw]})"
151
),
152
category=self.category,
153
stacklevel=2,
0 commit comments