From 57d75cde20b967086c29bc66b882f333439cfeec Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 4 Feb 2025 16:24:48 -0500 Subject: [PATCH] Update synthtool/languages/python_mono_repo.py Co-authored-by: ohmayr --- synthtool/languages/python_mono_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/languages/python_mono_repo.py b/synthtool/languages/python_mono_repo.py index e1f62b07f..11f6c4f29 100644 --- a/synthtool/languages/python_mono_repo.py +++ b/synthtool/languages/python_mono_repo.py @@ -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