Skip to content

Commit

Permalink
Remove unused import from samples (via synth). (#9110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and busunkim96 committed Aug 27, 2019
1 parent 7d58302 commit 0f3eccf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Get Entry
# usage: python3 samples/v1beta1/datacatalog_get_entry.py [--project_id "[Google Cloud Project ID]"] [--location_id "[Google Cloud Location ID]"] [--entry_group_id "[Entry Group ID]"] [--entry_id "[Entry ID]"]
import sys

# [START datacatalog_get_entry]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Lookup Entry
# usage: python3 samples/v1beta1/datacatalog_lookup_entry.py [--resource_name "[Full Resource Name]"]
import sys

# [START datacatalog_lookup_entry]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Lookup Entry using SQL resource
# usage: python3 samples/v1beta1/datacatalog_lookup_entry_sql_resource.py [--sql_name "[SQL Resource Name]"]
import sys

# [START datacatalog_lookup_entry_sql_resource]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
# title:
# description: Search Catalog
# usage: python3 samples/v1beta1/datacatalog_search.py [--include_project_id "[Google Cloud Project ID]"] [--include_gcp_public_datasets false] [--query "[String in search query syntax]"]
import sys

# [START datacatalog_search]

from google.cloud import datacatalog_v1beta1
from google.cloud.datacatalog_v1beta1 import enums

Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-datacatalog/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-08-06T12:18:48.994701Z",
"updateTime": "2019-08-27T12:16:56.566500Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.32.1",
"dockerImage": "googleapis/artman@sha256:a684d40ba9a4e15946f5f2ca6b4bd9fe301192f522e9de4fff622118775f309b"
"version": "0.35.1",
"dockerImage": "googleapis/artman@sha256:b11c7ea0d0831c54016fb50f4b796d24d1971439b30fbc32a369ba1ac887c384"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "e699b0cba64ffddfae39633417180f1f65875896",
"internalRef": "261759677"
"sha": "650caad718bb063f189405c23972dc9818886358",
"internalRef": "265565344"
}
},
{
Expand Down

0 comments on commit 0f3eccf

Please sign in to comment.