From 258de84e3853ccebb55e838643c9018f2909e244 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 31 Mar 2026 09:55:06 -0700 Subject: [PATCH] chore: remove longrunning alias --- LongRunning/owlbot.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/LongRunning/owlbot.py b/LongRunning/owlbot.py index 667af78fe386..44d6d66d408b 100644 --- a/LongRunning/owlbot.py +++ b/LongRunning/owlbot.py @@ -41,12 +41,6 @@ version_string="longrunning", ) -# Add an alias for the previous namespace -s.replace( - "src/LongRunning/OperationsClient.php", - r"^}$\n", - r"}\n\nclass_alias('Google\\LongRunning\\OperationsClient', 'Google\\ApiCore\\LongRunning\\OperationsClient');\n") - ### [START] protoc backwards compatibility fixes # roll back to private properties.