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 7442160 commit da9f29dCopy full SHA for da9f29d
1 file changed
src/mss/base.py
@@ -225,7 +225,8 @@ def __init__(
225
# TODO(jholveck): #493 Accept platform-specific kwargs on all platforms for migration ease. Foreign
226
# kwargs are silently stripped with a warning.
227
warnings.warn(
228
- f"{name} is only available on {', '.join(supported_platforms)}. This will be an error in the future.",
+ f"{name} is only available on {', '.join(supported_platforms)}. "
229
+ "This will be an error in the future.",
230
DeprecationWarning,
231
stacklevel=2,
232
)
0 commit comments