forked from p15670423/monkey
island: Remove unused import in cc/island_event_handlers/handle_agent_registration.py
This commit is contained in:
parent
8b0ebfc3a7
commit
1f80eac4b6
|
@ -1,5 +1,5 @@
|
|||
from contextlib import suppress
|
||||
from ipaddress import IPv4Address, IPv4Interface
|
||||
from ipaddress import IPv4Interface
|
||||
from typing import List, Optional
|
||||
|
||||
from common import AgentRegistrationData
|
||||
|
|
Loading…
Reference in New Issue