aboutsummaryrefslogtreecommitdiff
path: root/google/api_core/grpc_helpers_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/api_core/grpc_helpers_async.py')
-rw-r--r--google/api_core/grpc_helpers_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/google/api_core/grpc_helpers_async.py b/google/api_core/grpc_helpers_async.py
index 92df645..452e787 100644
--- a/google/api_core/grpc_helpers_async.py
+++ b/google/api_core/grpc_helpers_async.py
@@ -22,7 +22,7 @@ import asyncio
import functools
import grpc
-from grpc.experimental import aio
+from grpc import aio
from google.api_core import exceptions, grpc_helpers