Skip to content

Commit e9bd269

Browse files
committed
Split line for length
Signed-off-by: liamhuber <[email protected]>
1 parent 32ed1a1 commit e9bd269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyiron_snippets/deprecate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def decorated(*args, **kwargs):
146146
if kw in self.arguments:
147147
warnings.warn(
148148
message_format.format(
149-
f"{function.__module__}.{function.__qualname__}({kw}={kwargs[kw]})"
149+
f"{function.__module__}.{function.__qualname__}"
150+
f"({kw}={kwargs[kw]})"
150151
),
151152
category=self.category,
152153
stacklevel=2,

0 commit comments

Comments
 (0)