Skip to content

Commit 5370cb7

Browse files
remove unused import
1 parent 2d30056 commit 5370cb7

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
@@ -87,7 +87,6 @@
8787
from .direct_file_operation_utils import FileOperationParser, StreamDownloader
8888
from .errorcode import (
8989
ER_CONNECTION_IS_CLOSED,
90-
ER_EXPERIMENTAL_AUTHENTICATION_NOT_SUPPORTED,
9190
ER_FAILED_PROCESSING_PYFORMAT,
9291
ER_FAILED_PROCESSING_QMARK,
9392
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)