Skip to content

Commit

Permalink
fix: Remove URI attribute from Endpoint sample (#478)
Browse files Browse the repository at this point in the history
Remove the `endpoint.uri` attribute from `create_endpoint_sample.py`.

Resolves Buganizer [issue](http://b/189844848)

Fixes #189844848馃
  • Loading branch information
aribray committed Jun 16, 2021
1 parent b209904 commit e3cbdd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/model-builder/create_endpoint_sample.py
Expand Up @@ -27,7 +27,6 @@ def create_endpoint_sample(

print(endpoint.display_name)
print(endpoint.resource_name)
print(endpoint.uri)
return endpoint


Expand Down

0 comments on commit e3cbdd8

Please sign in to comment.