Skip to content

Commit

Permalink
fixed quote style
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Jul 17, 2024
1 parent 7a27326 commit 958e85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def lint_setup_py(session):

place_before(
"noxfile.py",
"@nox.session(python="3.12")\n"
'@nox.session(python="3.12")\n'
"@nox.parametrize("
' "protobuf_implementation",'
' ["python", "upb", "cpp"],'
Expand Down

0 comments on commit 958e85b

Please sign in to comment.