Common: Fix imports in ping_scan_event.py

This commit is contained in:
vakarisz 2022-09-30 09:47:20 +03:00
parent a267f02ca9
commit 7ed071b565
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ from ipaddress import IPv4Address
from typing import Optional
from common import OperatingSystem
from . import AbstractAgentEvent