Skip to content

Commit

Permalink
Fixes #181
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Apr 3, 2024
1 parent d4ff917 commit a1b106b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bqskit/runtime/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,6 @@ def handle_disconnect(self, conn: Connection) -> None:
if conn in self.conn_to_employee_dict:
self.handle_shutdown()

def __del__(self) -> None:
"""Ensure resources are cleaned up."""
self.handle_shutdown()

def assign_tasks(
self,
tasks: Sequence[RuntimeTask],
Expand Down

0 comments on commit a1b106b

Please sign in to comment.