Skip to content

Commit 502b629

Browse files
authored
chore: remove longrunning alias (#9062)
1 parent 0cac659 commit 502b629

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

LongRunning/owlbot.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
version_string="longrunning",
4242
)
4343

44-
# Add an alias for the previous namespace
45-
s.replace(
46-
"src/LongRunning/OperationsClient.php",
47-
r"^}$\n",
48-
r"}\n\nclass_alias('Google\\LongRunning\\OperationsClient', 'Google\\ApiCore\\LongRunning\\OperationsClient');\n")
49-
5044
### [START] protoc backwards compatibility fixes
5145

5246
# roll back to private properties.

0 commit comments

Comments
 (0)