Skip to content

Commit afad3bb

Browse files
yoshi-automationbusunkim96
authored andcommitted
Add empty lines (via synth). (googleapis#8076)
1 parent 722ddec commit afad3bb

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

translate/google/cloud/translate_v3beta1/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819

1920
from google.cloud.translate_v3beta1 import types

translate/google/cloud/translate_v3beta1/gapic/translation_service_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Accesses the google.cloud.translation.v3beta1 TranslationService API."""
1718

1819
import functools
@@ -40,6 +41,7 @@
4041
from google.cloud.translate_v3beta1.proto import translation_service_pb2_grpc
4142
from google.longrunning import operations_pb2
4243

44+
4345
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
4446
"google-cloud-translate"
4547
).version

translate/google/cloud/translate_v3beta1/gapic/transports/translation_service_grpc_transport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
import google.api_core.grpc_helpers
1819
import google.api_core.operations_v1
1920

translate/google/cloud/translate_v3beta1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
1718
from __future__ import absolute_import
1819
import sys
1920

@@ -25,6 +26,7 @@
2526
from google.protobuf import timestamp_pb2
2627
from google.rpc import status_pb2
2728

29+
2830
_shared_modules = [operations_pb2, any_pb2, timestamp_pb2, status_pb2]
2931

3032
_local_modules = [translation_service_pb2]
@@ -41,4 +43,5 @@
4143
setattr(sys.modules[__name__], name, message)
4244
names.append(name)
4345

46+
4447
__all__ = tuple(sorted(names))

translate/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-05-10T12:42:12.577057Z",
2+
"updateTime": "2019-05-21T12:37:08.781888Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.19.0",
8-
"dockerImage": "googleapis/artman@sha256:d3df563538225ac6caac45d8ad86499500211d1bcb2536955a6dbda15e1b368e"
7+
"version": "0.20.0",
8+
"dockerImage": "googleapis/artman@sha256:3246adac900f4bdbd62920e80de2e5877380e44036b3feae13667ec255ebf5ec"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "07883be5bf3c3233095e99d8e92b8094f5d7084a",
16-
"internalRef": "247530843"
15+
"sha": "32a10f69e2c9ce15bba13ab1ff928bacebb25160",
16+
"internalRef": "249058354"
1717
}
1818
},
1919
{

translate/tests/unit/gapic/v3beta1/test_translation_service_client_v3beta1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16+
1617
"""Unit tests."""
1718

1819
import mock

0 commit comments

Comments
 (0)