Skip to content

Commit 960b0f4

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
SNOW-137385 fix import warnings for connections.Sequence
1 parent c4bf2d9 commit 960b0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (c) 2012-2019 Snowflake Computing Inc. All right reserved.
55
#
66

7-
from collections import Sequence
7+
from collections.abc import Sequence
88
from sqlalchemy import true, false
99
from sqlalchemy.sql.dml import UpdateBase
1010
from sqlalchemy.util.compat import string_types

0 commit comments

Comments
 (0)