diff --git a/owlbot.py b/owlbot.py index 49f187e26..66d072c98 100644 --- a/owlbot.py +++ b/owlbot.py @@ -229,10 +229,10 @@ def lint_setup_py(session): place_before( "noxfile.py", '@nox.session(python="3.12")\n' - "@nox.parametrize(" - ' "protobuf_implementation",' - ' ["python", "upb", "cpp"],' - ')' + "@nox.parametrize(\n" + ' "protobuf_implementation",\n' + ' ["python", "upb", "cpp"],\n' + ')\n' "def prerelease_deps(session, protobuf_implementation):", docfx_postprocess, escape="()"