Skip to content

Commit 057ff55

Browse files
remove unused import
1 parent 8d716a2 commit 057ff55

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/snowflake/connector/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
from .direct_file_operation_utils import FileOperationParser, StreamDownloader
8484
from .errorcode import (
8585
ER_CONNECTION_IS_CLOSED,
86-
ER_EXPERIMENTAL_AUTHENTICATION_NOT_SUPPORTED,
8786
ER_FAILED_PROCESSING_PYFORMAT,
8887
ER_FAILED_PROCESSING_QMARK,
8988
ER_FAILED_TO_CONNECT_TO_DB,

src/snowflake/connector/errorcode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
ER_OAUTH_SERVER_TIMEOUT = 251016
3434
ER_INVALID_WIF_SETTINGS = 251017
3535
ER_WIF_CREDENTIALS_NOT_FOUND = 251018
36+
# not used but keep here to reserve errno
3637
ER_EXPERIMENTAL_AUTHENTICATION_NOT_SUPPORTED = 251019
3738
ER_NO_CLIENT_SECRET = 251020
3839

0 commit comments

Comments
 (0)