Skip to content

Commit e64d9f7

Browse files
chore: add missing return type
1 parent ca55d36 commit e64d9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/sql/connector/connection_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ConnectionName:
3232
region: str
3333
instance_name: str
3434

35-
def __str__(self):
35+
def __str__(self) -> str:
3636
return f"{self.project}:{self.region}:{self.instance_name}"
3737

3838

0 commit comments

Comments
 (0)