File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
google/cloud/bigquery_v2/services/centralized_service Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ def __init__(
7373 def dataset_service_client (self ):
7474 if "dataset" not in self ._clients :
7575 from google .cloud .bigquery_v2 .services import dataset_service
76-
7776 self ._clients ["dataset" ] = dataset_service .DatasetServiceClient (
7877 credentials = self ._credentials , client_options = self ._client_options
7978 )
@@ -102,7 +101,6 @@ def dataset_service_client(self, value):
102101 def job_service_client (self ):
103102 if "job" not in self ._clients :
104103 from google .cloud .bigquery_v2 .services import job_service
105-
106104 self ._clients ["job" ] = job_service .JobServiceClient (
107105 credentials = self ._credentials , client_options = self ._client_options
108106 )
@@ -128,7 +126,6 @@ def job_service_client(self, value):
128126 def model_service_client (self ):
129127 if "model" not in self ._clients :
130128 from google .cloud .bigquery_v2 .services import model_service
131-
132129 self ._clients ["model" ] = model_service .ModelServiceClient (
133130 credentials = self ._credentials , client_options = self ._client_options
134131 )
You can’t perform that action at this time.
0 commit comments