Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 4ccfdab

Browse files
committed
removed duplicate import
1 parent 019a8c2 commit 4ccfdab

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@
9898
BigtableAsyncClient as GapicClient,
9999
)
100100
from google.cloud.bigtable.data._async.mutations_batcher import _MB_SIZE
101-
from google.cloud.bigtable.data._async.metrics_interceptor import (
102-
AsyncBigtableMetricsInterceptor as MetricInterceptorType,
103-
)
104101
from google.cloud.bigtable.data._async._swappable_channel import (
105102
AsyncSwappableChannel as SwappableChannelType,
106103
)
@@ -114,9 +111,6 @@
114111
from google.cloud.bigtable_v2.services.bigtable.transports import BigtableGrpcTransport as TransportType # type: ignore
115112
from google.cloud.bigtable_v2.services.bigtable import BigtableClient as GapicClient # type: ignore
116113
from google.cloud.bigtable.data._sync_autogen.mutations_batcher import _MB_SIZE
117-
from google.cloud.bigtable.data._sync_autogen.metrics_interceptor import (
118-
BigtableMetricsInterceptor as MetricInterceptorType,
119-
)
120114
from google.cloud.bigtable.data._sync_autogen._swappable_channel import ( # noqa: F401
121115
SwappableChannel as SwappableChannelType,
122116
)

google/cloud/bigtable/data/_sync_autogen/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@
8282
)
8383
from google.cloud.bigtable_v2.services.bigtable import BigtableClient as GapicClient
8484
from google.cloud.bigtable.data._sync_autogen.mutations_batcher import _MB_SIZE
85-
from google.cloud.bigtable.data._sync_autogen.metrics_interceptor import (
86-
BigtableMetricsInterceptor as MetricInterceptorType,
87-
)
8885
from google.cloud.bigtable.data._sync_autogen._swappable_channel import (
8986
SwappableChannel as SwappableChannelType,
9087
)

0 commit comments

Comments
 (0)