Skip to content

Commit 539128b

Browse files
committed
[Asset] Resolve comments.
1 parent 2f4969c commit 539128b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asset/cloud-client/quickstart_batchgetassetshistory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def batch_get_assets_history(project_id, asset_names):
3535
read_time_window.start_time.GetCurrentTime()
3636
response = client.batch_get_assets_history(
3737
parent, content_type, read_time_window, asset_names)
38-
print(response)
38+
print('Member: {}'.format(reponse.member))
3939
# [END asset_quickstart_batch_get_assets_history]
4040

4141

asset/cloud-client/quickstart_batchgetassetshistory_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2018 Google LLC. All Rights Reserved.
3+
# Copyright 2018 Google LLC.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)