We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad808e commit f7b6337Copy full SHA for f7b6337
tests/unit/retry/test_retry_imports.py
@@ -21,10 +21,6 @@ def test_legacy_imports_retry_unary_sync():
21
from google.api_core.retry import exceptions # noqa: F401
22
from google.api_core.retry import auth_exceptions # noqa: F401
23
24
- ### FIXME: How do we test the following, and how do we import it in __init__.py?
25
- # import google.api_core.retry.requests.exceptions
26
-
27
28
def test_legacy_imports_retry_unary_async():
29
# TODO: Delete this test when when we revert these imports on the
30
# next major version release
0 commit comments