Skip to content

Commit 2d98b54

Browse files
authored
fix(spanner): add SpannerAsyncClient import to spanner_v1 package (#1086)
* feat(spanner): add SpannerAsyncClient import to spanner_v1 package * feat(spanner): move to seperate line * feat(spanner): fix lint
1 parent 16c510e commit 2d98b54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/spanner_v1/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
__version__: str = package_version.__version__
2222

2323
from .services.spanner import SpannerClient
24+
from .services.spanner import SpannerAsyncClient
2425
from .types.commit_response import CommitResponse
2526
from .types.keys import KeyRange as KeyRangePB
2627
from .types.keys import KeySet as KeySetPB
@@ -145,4 +146,5 @@
145146
"JsonObject",
146147
# google.cloud.spanner_v1.services
147148
"SpannerClient",
149+
"SpannerAsyncClient",
148150
)

0 commit comments

Comments
 (0)