Project: Add AbstractEvent to vulture_allowlist.py

This commit is contained in:
Mike Salvatore 2022-08-02 20:38:08 -04:00
parent e79a29f7aa
commit c7be5f6c68
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ _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
# TODO DELETE AFTER RESOURCE REFACTORING