Skip to content

Commit 3666402

Browse files
committed
remove cruft
1 parent 1ad808e commit 3666402

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/unit/retry/test_retry_imports.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ def test_legacy_imports_retry_unary_sync():
2020
from google.api_core.retry import datetime_helpers # noqa: F401
2121
from google.api_core.retry import exceptions # noqa: F401
2222
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-
23+
g
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)