style: rewrap `ui.deprecwarn` declaration
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 02 Mar 2023 11:54:21 +0100
changeset 50253 444fa55f5dd2
parent 50252 a6b8b1ab9116
child 50254 df76808d5f21
style: rewrap `ui.deprecwarn` declaration This get easier to read, especially with the type annotation.
mercurial/ui.py
--- a/mercurial/ui.py	Thu Mar 02 19:02:52 2023 +0100
+++ b/mercurial/ui.py	Thu Mar 02 11:54:21 2023 +0100
@@ -2222,7 +2222,10 @@
             del calframe
 
     def deprecwarn(
-        self, msg: bytes, version: bytes, stacklevel: int = 2
+        self,
+        msg: bytes,
+        version: bytes,
+        stacklevel: int = 2,
     ) -> None:
         """issue a deprecation warning