Skip to content

Commit e8c4411

Browse files
committed
Merge branch 'main' of github.com:pinecone-io/pinecone-python-client
2 parents f0e5964 + 3d5e71d commit e8c4411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinecone/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
33
#
44

5-
from collections import Iterable
5+
from collections.abc import Iterable
66

77
from pinecone import Config
88
from pinecone.core.client import ApiClient, Configuration

0 commit comments

Comments
 (0)