Skip to content

Commit f7b6337

Browse files
committed
remove cruft
1 parent 1ad808e commit f7b6337

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/retry/test_retry_imports.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ def test_legacy_imports_retry_unary_sync():
2121
from google.api_core.retry import exceptions # noqa: F401
2222
from google.api_core.retry import auth_exceptions # noqa: F401
2323

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-
2824
def test_legacy_imports_retry_unary_async():
2925
# TODO: Delete this test when when we revert these imports on the
3026
# next major version release

0 commit comments

Comments
 (0)