Skip to content

Commit e3cbdd8

Browse files
authored
fix: Remove URI attribute from Endpoint sample (#478)
Remove the `endpoint.uri` attribute from `create_endpoint_sample.py`. Resolves Buganizer [issue](http://b/189844848) Fixes #189844848🦕
1 parent b209904 commit e3cbdd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/model-builder/create_endpoint_sample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def create_endpoint_sample(
2727

2828
print(endpoint.display_name)
2929
print(endpoint.resource_name)
30-
print(endpoint.uri)
3130
return endpoint
3231

3332

0 commit comments

Comments
 (0)