Skip to content

Commit 3a3d313

Browse files
committed
changed import order
1 parent 456c5a1 commit 3a3d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kms/api-client/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import time
1717
from os import environ
1818

19-
from google.api_core.exceptions import GoogleAPICallError, Aborted
19+
from google.api_core.exceptions import Aborted, GoogleAPICallError
2020
from google.cloud import kms_v1
2121
from google.cloud.kms_v1 import enums
2222
from google.iam.v1.policy_pb2 import Policy

0 commit comments

Comments
 (0)