Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jul 30, 2020
1 parent 9574540 commit 17248c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -22,6 +22,7 @@
from google import auth
from google.api_core import exceptions # type: ignore
from google.api_core import gapic_v1 # type: ignore
from google.api_core import retry as retries # type: ignore
from google.auth import credentials # type: ignore

from google.cloud.kms_v1.types import resources
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "git@github.com:googleapis/python-kms",
"sha": "19029de444bfc9c3e1061374942be8464e380a1d"
"sha": "b86cb3a61661e102bff02e592dd6ec952e008162"
}
},
{
Expand Down

0 comments on commit 17248c9

Please sign in to comment.