forked from p15670423/monkey
Island: Undo accidental change to cc/repository/zero_trust/IEventRepository.py
This commit is contained in:
parent
4e1ca659a9
commit
2146985e51
|
@ -4,7 +4,7 @@ from typing import Optional, Sequence
|
|||
from monkey_island.cc.models.zero_trust.event import Event
|
||||
|
||||
|
||||
class IAgentEventRepository(ABC):
|
||||
class IEventRepository(ABC):
|
||||
def get_events(self, finding_id: Optional[str] = None) -> Sequence[Event]:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue