Island: Fix IAttackRepository class name

This commit is contained in:
vakarisz 2022-05-24 10:22:16 +03:00
parent f43e76aca5
commit e32689a2b0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from typing import Sequence
from monkey_island.cc.models.attack import Mitigation
class IRepository(ABC):
class IAttackRepository(ABC):
# Att&ck just add not implemented raises
######################################
# This will likely stay the same as mitigations are external data