Skip to content

Commit 9d01f76

Browse files
arturdryomovhashhar
authored andcommitted
Fix import path for exceptions in auth.py
This was incorrect from the beginning since 5cd6523.
1 parent bf0f8c1 commit 9d01f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trino/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from requests.auth import extract_cookies_to_jar
3434

3535
import trino.logging
36-
from trino.client import exceptions
36+
from trino import exceptions
3737
from trino.constants import HEADER_USER
3838
from trino.constants import MAX_NT_PASSWORD_SIZE
3939

0 commit comments

Comments
 (0)