Skip to content

Commit fcda182

Browse files
committed
chore: remove void space from an empty line
1 parent c1531f3 commit fcda182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/mysql/sqlalchemy/connect_connector_auto_iam_authn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def connect_with_connector_auto_iam_authn() -> sqlalchemy.engine.base.Engine:
3838
db_name = os.environ["DB_NAME"] # e.g. 'my-database'
3939

4040
ip_type = IPTypes.PRIVATE if os.environ.get("PRIVATE_IP") else IPTypes.PUBLIC
41-
41+
4242
# setting the refresh strategy to LAZY
4343
# to refresh the tokens when they are needed, rather than on a regular interval
4444
# this is recommended for serverless environments to

0 commit comments

Comments
 (0)