We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca55d36 commit e64d9f7Copy full SHA for e64d9f7
google/cloud/sql/connector/connection_name.py
@@ -32,7 +32,7 @@ class ConnectionName:
32
region: str
33
instance_name: str
34
35
- def __str__(self):
+ def __str__(self) -> str:
36
return f"{self.project}:{self.region}:{self.instance_name}"
37
38
0 commit comments