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

Commit be1c47a

Browse files
committed
fixed import
1 parent 31031fe commit be1c47a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/test_retry_streaming_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from google.rpc.status_pb2 import Status
1818
from datetime import timedelta
1919
from google.api_core import retry as retries
20-
from google.api_core import retry_async as retries_async
20+
from google.api_core import retry_streaming_async as retries_async
2121
from google.api_core import exceptions as core_exceptions
2222

2323
from test_retry_streaming import _code_from_exc

0 commit comments

Comments
 (0)