Skip to content

Commit d2437ef

Browse files
committed
Empty-Commit
1 parent 8771242 commit d2437ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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(

trino/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@
1818
from . import logging
1919

2020
__all__ = ['auth', 'dbapi', 'client', 'constants', 'exceptions', 'logging']
21-

0 commit comments

Comments
 (0)