Skip to content

Commit

Permalink
chore: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Nov 28, 2023
1 parent 6e9e584 commit 733c78d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/alloydb/connector/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def __init__(
asyncio.run_coroutine_threadsafe(generate_keys(), self._loop),
loop=self._loop,
)

self._client: Optional[AlloyDBClient] = None

def connect(self, instance_uri: str, driver: str, **kwargs: Any) -> Any:
Expand Down

0 comments on commit 733c78d

Please sign in to comment.