From 3938e2f3773d6c20834379308754d7be4e5383c8 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 9 Aug 2022 19:00:05 +0530 Subject: [PATCH] Project: Add subscribe_all_event_types to Vulture allowlist --- vulture_allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index d268f68a1..a533be1a9 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -270,3 +270,4 @@ subscribe_type # common\event_queue\pypubsub_event_queue.py subscribe_tag # common\event_queue\pypubsub_event_queue.py publish # common\event_queue\pypubsub_event_queue.py PyPubSubEventQueue # common\event_queue\pypubsub_event_queue.py +subscribe_all_event_types # common\event_queue\pypubsub_event_queue.py