Common: Rename abstract_event.py -> abstract_agent_event.py

This commit is contained in:
Shreya Malviya 2022-09-05 19:01:33 +05:30
parent 76cf34b5f0
commit ce43a46a9c
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
from .abstract_event import AbstractAgentEvent
from .abstract_agent_event import AbstractAgentEvent
from .credentials_stolen_events import CredentialsStolenEvent