Skip to content

Commit 4932a79

Browse files
committed
Empty-Commit
1 parent 8771242 commit 4932a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ the [`JWT` authentication type](https://trino.io/docs/current/security/jwt.html)
177177
from sqlalchemy import create_engine
178178

179179
engine = create_engine("trino://<username>@<host>:<port>/<catalog>/<schema>?access_token=<jwt_token>")
180-
180+
181181
# or
182182
from trino.auth import JWTAuthentication
183183
engine = create_engine(

0 commit comments

Comments
 (0)