Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom committed Jan 10, 2024
1 parent 6b52bb8 commit 0a3e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/alloydb/connector/async_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(
# otherwise use application default credentials
else:
self._credentials, _ = default(scopes=scopes)
self._keys = asyncio.create_task(generate_keys)
self._keys = asyncio.create_task(generate_keys())
self._client: Optional[AlloyDBClient] = None

async def connect(
Expand Down

0 comments on commit 0a3e723

Please sign in to comment.