Skip to content

Commit

Permalink
Update synthtool/languages/python_mono_repo.py
Browse files Browse the repository at this point in the history
Co-authored-by: ohmayr <omairnaveed@ymail.com>
  • Loading branch information
parthea and ohmayr authored Feb 4, 2025
1 parent bbd2068 commit 57d75cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/languages/python_mono_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def owlbot_main(package_dir: str) -> None:
# update the url in setup.py to point to google-cloud-python
update_url_in_setup_py(package_dir)

# add license header to pb2.py files
# add license header to pb2.py and pb2.pyi files.
fix_pb2_headers()

# run format nox session for all directories which have a noxfile
Expand Down

0 comments on commit 57d75cd

Please sign in to comment.