Skip to content

Commit 45d6ab4

Browse files
committed
adjust formatting
1 parent 8241dcc commit 45d6ab4

File tree

1 file changed

+4
-4
lines changed
  • packages/google-cloud-bigtable/google/cloud/bigtable/data/_async

1 file changed

+4
-4
lines changed

packages/google-cloud-bigtable/google/cloud/bigtable/data/_async/client.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
BigtableMetricsInterceptor as MetricsInterceptorType,
127127
)
128128
from google.cloud.bigtable.data._sync_autogen.mutations_batcher import _MB_SIZE
129-
from google.cloud.bigtable_v2.services.bigtable import (
130-
BigtableClient as GapicClient, # type: ignore
129+
from google.cloud.bigtable_v2.services.bigtable import ( # type: ignore
130+
BigtableClient as GapicClient,
131131
)
132-
from google.cloud.bigtable_v2.services.bigtable.transports import (
133-
BigtableGrpcTransport as TransportType, # type: ignore
132+
from google.cloud.bigtable_v2.services.bigtable.transports import ( # type: ignore
133+
BigtableGrpcTransport as TransportType,
134134
)
135135

136136
if TYPE_CHECKING:

0 commit comments

Comments
 (0)