Skip to content

Commit

Permalink
Fix lint error in test_connector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatgadkar-goog committed Nov 15, 2024
1 parent 396d5a5 commit f06af27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/test_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ def test_Connector_close_called_multiple_times(credentials: FakeCredentials) ->
connector.close()


async def test_Connector_remove_cached_bad_instance(credentials: FakeCredentials) -> None:
async def test_Connector_remove_cached_bad_instance(
credentials: FakeCredentials,
) -> None:
"""When a Connector attempts to retrieve connection info for a
non-existent instance, it should delete the instance from
the cache and ensure no background refresh happens (which would be
Expand Down

0 comments on commit f06af27

Please sign in to comment.