Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed May 9, 2024
1 parent facf3df commit 4c54e0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google/cloud/sql/connector/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,10 @@ async def connect_async(
)
else:
cache = RefreshAheadCache(
instance_connection_string, self._client, self._keys, enable_iam_auth
instance_connection_string,
self._client,
self._keys,
enable_iam_auth,
)
self._cache[instance_connection_string] = cache

Expand Down

0 comments on commit 4c54e0c

Please sign in to comment.