Skip to content

Commit 4312f8a

Browse files
committed
Remove commented code
1 parent 28dbadd commit 4312f8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pinecone/grpc/future.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ def _wrap_rpc_exception(self, e):
8181
else:
8282
return PineconeException("Unknown GRPC error")
8383

84-
# def __repr__(self):
85-
# return super().__repr__()
86-
87-
# def __str__(self) -> str:
88-
# return super().__repr__()
89-
9084
def __del__(self):
9185
self._grpc_future.cancel()
9286
self = None # release the reference to the grpc future

0 commit comments

Comments
 (0)