File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/google-cloud-bigtable/google/cloud/bigtable/data/_async Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
136136if TYPE_CHECKING :
You can’t perform that action at this time.
0 commit comments