Skip to content

Commit 83938b0

Browse files
committed
Empty-Commit
1 parent 39f857c commit 83938b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)