diff --git a/vulture_allowlist.py b/vulture_allowlist.py index 49986ea85..4dc74436c 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -281,12 +281,12 @@ subscribe_all # common\event_queue\i_agent_event_queue.py subscribe_type # common\event_queue\i_agent_event_queue.py subscribe_tag # common\event_queue\i_agent_event_queue.py publish # common\event_queue\i_agent_event_queue.py -subscribe_all # common\event_queue\pypubsub_event_queue.py -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 -PyPubSubAgentEventQueue # common\event_queue\pypubsub_event_queue.py -subscribe_all_events # common\event_queue\pypubsub_event_queue.py +subscribe_all # common\event_queue\pypubsub_agent_event_queue.py +subscribe_type # common\event_queue\pypubsub_agent_event_queue.py +subscribe_tag # common\event_queue\pypubsub_agent_event_queue.py +publish # common\event_queue\pypubsub_agent_event_queue.py +PyPubSubAgentEventQueue # common\event_queue\pypubsub_agent_event_queue.py +subscribe_all_events # common\event_queue\pypubsub_agent_event_queue.py # TODO: Remove once #2179 is closed