forked from p15670423/monkey
Common: Fix imports in ping_scan_event.py
This commit is contained in:
parent
a267f02ca9
commit
7ed071b565
|
@ -2,6 +2,7 @@ from ipaddress import IPv4Address
|
|||
from typing import Optional
|
||||
|
||||
from common import OperatingSystem
|
||||
|
||||
from . import AbstractAgentEvent
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue