Skip to content

Commit 63012eb

Browse files
chore: update indent in README (#775)
1 parent 179c06e commit 63012eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,13 @@ import sqlalchemy
211211
def init_connection_pool(connector: Connector) -> sqlalchemy.engine.Engine:
212212
# function used to generate database connection
213213
def getconn() -> pymysql.connections.Connection:
214-
conn = connector.connect(
215-
"project:region:instance",
216-
"pymysql",
217-
user="my-user",
218-
password="my-password",
219-
db="my-db-name"
220-
)
214+
conn = connector.connect(
215+
"project:region:instance",
216+
"pymysql",
217+
user="my-user",
218+
password="my-password",
219+
db="my-db-name"
220+
)
221221
return conn
222222

223223
# create connection pool

0 commit comments

Comments
 (0)