Skip to content

Commit da9f29d

Browse files
committed
Formatting fix
1 parent 7442160 commit da9f29d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/mss/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ def __init__(
225225
# TODO(jholveck): #493 Accept platform-specific kwargs on all platforms for migration ease. Foreign
226226
# kwargs are silently stripped with a warning.
227227
warnings.warn(
228-
f"{name} is only available on {', '.join(supported_platforms)}. This will be an error in the future.",
228+
f"{name} is only available on {', '.join(supported_platforms)}. "
229+
"This will be an error in the future.",
229230
DeprecationWarning,
230231
stacklevel=2,
231232
)

0 commit comments

Comments
 (0)