Skip to content

Commit

Permalink
refactor: remove version time from sample
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Mar 16, 2021
1 parent d392e29 commit 9a377f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/samples/backup_sample.py
Expand Up @@ -147,11 +147,10 @@ def restore_database_with_encryption_key(instance_id, new_database_id, backup_id
new_database.reload()
restore_info = new_database.restore_info
print(
"Database {} restored to {} from backup {} with version time {} using encryption key {}.".format(
"Database {} restored to {} from backup {} with using encryption key {}.".format(
restore_info.backup_info.source_database,
new_database_id,
restore_info.backup_info.backup,
restore_info.backup_info.version_time,
new_database.encryption_config.kms_key_name,
)
)
Expand Down

0 comments on commit 9a377f3

Please sign in to comment.