Skip to content

Commit 4945d16

Browse files
committed
Lint.
1 parent 05d9bcb commit 4945d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/sql-server/sqlalchemy/connect_connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def connect_with_connector() -> sqlalchemy.engine.base.Engine:
3737
ip_type = IPTypes.PRIVATE if os.environ.get("PRIVATE_IP") else IPTypes.PUBLIC
3838
# [START_EXCLUDE]
3939
if 'DB_ROOT_CERT' in os.environ:
40-
db_root_cert = os.environ["DB_ROOT_CERT"] # e.g. 'certs/server-ca.pem'
40+
db_root_cert = os.environ["DB_ROOT_CERT"] # e.g. 'certs/server-ca.pem'
4141
else:
4242
db_root_cert = None
4343
# [END_EXCLUDE]

0 commit comments

Comments
 (0)