Skip to content

Commit 366c931

Browse files
committed
Formatting fix
1 parent d8c70c5 commit 366c931

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mss/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ def __init__(
185185
if kwarg_name in kwargs and os_ != target_platform:
186186
kwargs.pop(kwarg_name)
187187
warnings.warn(
188-
f"{kwarg_name} is only used on {target_platform} and ignored on other platforms. This will be an error in the future.",
188+
f"{kwarg_name} is only used on {target_platform} and ignored on other platforms. "
189+
"This will be an error in the future.",
189190
DeprecationWarning,
190191
stacklevel=2,
191192
)

0 commit comments

Comments
 (0)