We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ffa182 commit f1f720cCopy full SHA for f1f720c
tests/unit/retry/test_retry_imports.py
@@ -27,3 +27,7 @@ def test_legacy_imports_retry_unary_async():
27
# next major version release
28
# (https://github.com/googleapis/python-api-core/issues/576)
29
from google.api_core import retry_async # noqa: F401
30
+
31
+ # See https://github.com/googleapis/python-api-core/issues/586
32
+ # for context on why we need to test this import this explicitly.
33
+ from google.api_core.retry_async import AsyncRetry # noqa: F401
0 commit comments