From 4e206319538b7b39e0bf2a267e5915a2e8d56710 Mon Sep 17 00:00:00 2001 From: whatthehell775 <33090673+whatthehell775@users.noreply.github.com> Date: Wed, 25 Oct 2017 17:12:11 +0530 Subject: [PATCH] Update queue.py --- queue.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queue.py b/queue.py index f70bdf8..ba2b5ca 100644 --- a/queue.py +++ b/queue.py @@ -22,4 +22,7 @@ def __del__(self): def __repr__(self): return str(self.items) + + def __del__(self): + pass