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 3666402Copy full SHA for 3666402
tests/unit/retry/test_retry_imports.py
@@ -20,11 +20,7 @@ def test_legacy_imports_retry_unary_sync():
20
from google.api_core.retry import datetime_helpers # noqa: F401
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
+g
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