Skip to content

Commit ae17366

Browse files
authored
style(secretmanager): sort and format import blocks according to ruff I001
1 parent 15f67ff commit ae17366

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/google-cloud-secret-manager/google/cloud/secretmanager_v1/services/secret_manager_service/transports/grpc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
from google.auth import credentials as ga_credentials # type: ignore
3131
from google.auth.transport.grpc import SslCredentials # type: ignore
3232
from google.cloud.location import locations_pb2 # type: ignore
33-
from google.cloud.secretmanager_v1.types import resources, service
3433
from google.protobuf.json_format import MessageToJson
3534

35+
from google.cloud.secretmanager_v1.types import resources, service
36+
3637
from .base import DEFAULT_CLIENT_INFO, SecretManagerServiceTransport
3738

3839
# NOTE: ClientInterceptor has been centralized in google.api_core.grpc_helpers

packages/google-cloud-secret-manager/tests/unit/gapic/secretmanager_v1/test_secret_manager_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,15 @@
6262
from google.auth import credentials as ga_credentials
6363
from google.auth.exceptions import MutualTLSChannelError
6464
from google.cloud.location import locations_pb2
65+
from google.oauth2 import service_account
66+
6567
from google.cloud.secretmanager_v1.services.secret_manager_service import (
6668
SecretManagerServiceAsyncClient,
6769
SecretManagerServiceClient,
6870
pagers,
6971
transports,
7072
)
7173
from google.cloud.secretmanager_v1.types import resources, service
72-
from google.oauth2 import service_account
7374

7475
CRED_INFO_JSON = {
7576
"credential_source": "/path/to/file",

0 commit comments

Comments
 (0)