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.
1 parent 28dbadd commit 4312f8aCopy full SHA for 4312f8a
pinecone/grpc/future.py
@@ -81,12 +81,6 @@ def _wrap_rpc_exception(self, e):
81
else:
82
return PineconeException("Unknown GRPC error")
83
84
- # def __repr__(self):
85
- # return super().__repr__()
86
-
87
- # def __str__(self) -> str:
88
89
90
def __del__(self):
91
self._grpc_future.cancel()
92
self = None # release the reference to the grpc future
0 commit comments