From 2b76ffc18209852ff8790b7187244762c1f5eb90 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 20 Apr 2023 12:36:18 -0400 Subject: [PATCH] chore: prepare for the monorepo migration (#269) --- packages/google-cloud-billing-budgets/owlbot.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/google-cloud-billing-budgets/owlbot.py b/packages/google-cloud-billing-budgets/owlbot.py index e9d9f6b351cd..ce738f01d012 100644 --- a/packages/google-cloud-billing-budgets/owlbot.py +++ b/packages/google-cloud-billing-budgets/owlbot.py @@ -49,13 +49,6 @@ ) s.move(templated_files, excludes=[".coveragerc", ".github/release-please.yml"]) -# This replacement will no longer be required once this repo is migrated to google-cloud-python -s.replace( - "setup.py", - "https://github.com/googleapis/python-billing-budgets", - "https://github.com/googleapis/python-billingbudgets", -) - python.py_samples(skip_readmes=True) # run format session for all directories which have a noxfile