Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
vchudnov-g committed Jan 29, 2024
1 parent 1ad808e commit 3666402
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/unit/retry/test_retry_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ def test_legacy_imports_retry_unary_sync():
from google.api_core.retry import datetime_helpers # noqa: F401
from google.api_core.retry import exceptions # noqa: F401
from google.api_core.retry import auth_exceptions # noqa: F401

### FIXME: How do we test the following, and how do we import it in __init__.py?
# import google.api_core.retry.requests.exceptions


g
def test_legacy_imports_retry_unary_async():
# TODO: Delete this test when when we revert these imports on the
# next major version release
Expand Down

0 comments on commit 3666402

Please sign in to comment.