From d2437ef4f7316b12edab42c2df90ed29f96bc468 Mon Sep 17 00:00:00 2001 From: John Bodley Date: Wed, 20 Jul 2022 17:50:33 -0700 Subject: [PATCH] Empty-Commit --- README.md | 2 +- trino/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fe6ae73..082ac71c 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ the [`JWT` authentication type](https://trino.io/docs/current/security/jwt.html) from sqlalchemy import create_engine engine = create_engine("trino://@://?access_token=") - + # or from trino.auth import JWTAuthentication engine = create_engine( diff --git a/trino/__init__.py b/trino/__init__.py index f89f909e..37a9aff4 100644 --- a/trino/__init__.py +++ b/trino/__init__.py @@ -18,4 +18,3 @@ from . import logging __all__ = ['auth', 'dbapi', 'client', 'constants', 'exceptions', 'logging'] -