asottile/add-trailing-comma

--py39-plus: multi-with-statements

asottile opened this issue · 0 comments

Add support for trailing commas for this:

 with (
     foo as bar,
-    baz as womp
+    baz as womp,
 ):
     # ...