Skip to content

Commit 67d6b58

Browse files
committed
try to fix ipykernel
1 parent 0b773dd commit 67d6b58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jupyter_client/threaded.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,6 @@ def stop(self) -> None:
243243
self.close()
244244
self.ioloop = None
245245

246-
def __del__(self):
247-
self.close()
248-
249246
def close(self) -> None:
250247
if self.ioloop is not None:
251248
try:

0 commit comments

Comments
 (0)