From 4be262657e5ca579c4ed501f00c38fb404708942 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 16 Aug 2022 17:36:13 +0530 Subject: [PATCH] Project: Remove Vulture entries no longer relevant Issue #2176 --- vulture_allowlist.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vulture_allowlist.py b/vulture_allowlist.py index f547e8e5c..852387695 100644 --- a/vulture_allowlist.py +++ b/vulture_allowlist.py @@ -210,15 +210,6 @@ _serialize_credentials # unused method (monkey/common/credentials/credentials:6 # Models _make_simulation # unused method (monkey/monkey_island/cc/models/simulation.py:19 -# TODO DELETE AFTER EVENT QUEUE IMPLEMENTATION -AbstractEvent -tags -_event_queue - -# TODO DELETE IN #2176 -CredentialsStolenEvent -add_credentials_from_event_to_propagation_credentials_repository - # TODO DELETE AFTER RESOURCE REFACTORING # https://github.com/jendrikseipp/vulture/issues/287