Skip to content

Commit 44ca807

Browse files
chore: update variable type
1 parent d0d9d86 commit 44ca807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/sql/connector/lazy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from google.cloud.sql.connector.client import CloudSQLClient
2323
from google.cloud.sql.connector.connection_info import ConnectionInfo
24-
from google.cloud.sql.connector.connection_name import _parse_instance_connection_name
24+
from google.cloud.sql.connector.connection_name import ConnectionName
2525
from google.cloud.sql.connector.refresh_utils import _refresh_buffer
2626

2727
logger = logging.getLogger(name=__name__)
@@ -38,7 +38,7 @@ class LazyRefreshCache:
3838

3939
def __init__(
4040
self,
41-
conn_name: str,
41+
conn_name: ConnectionName,
4242
client: CloudSQLClient,
4343
keys: asyncio.Future,
4444
enable_iam_auth: bool = False,

0 commit comments

Comments
 (0)