From 84a9c9fb9d12a5de38c08df86872debe335e98f5 Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:40:39 -0700 Subject: [PATCH] Rename queue.py to simple_queue.py --- queues/{queue.py => simple_queue.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename queues/{queue.py => simple_queue.py} (100%) diff --git a/queues/queue.py b/queues/simple_queue.py similarity index 100% rename from queues/queue.py rename to queues/simple_queue.py