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 d8c70c5 commit 366c931Copy full SHA for 366c931
src/mss/base.py
@@ -185,7 +185,8 @@ def __init__(
185
if kwarg_name in kwargs and os_ != target_platform:
186
kwargs.pop(kwarg_name)
187
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.",
+ f"{kwarg_name} is only used on {target_platform} and ignored on other platforms. "
189
+ "This will be an error in the future.",
190
DeprecationWarning,
191
stacklevel=2,
192
)
0 commit comments