We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e5964 + 3d5e71d commit e8c4411Copy full SHA for e8c4411
pinecone/index.py
@@ -2,7 +2,7 @@
2
# Copyright (c) 2020-2021 Pinecone Systems Inc. All right reserved.
3
#
4
5
-from collections import Iterable
+from collections.abc import Iterable
6
7
from pinecone import Config
8
from pinecone.core.client import ApiClient, Configuration
0 commit comments