Update repeater/handler_helpers/discovery.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lloyd
2025-12-09 21:38:48 +00:00
committed by GitHub
parent b956f69e76
commit 1a490ee571

View File

@@ -7,8 +7,6 @@ allowing other nodes to discover repeaters on the mesh network.
import asyncio
import logging
from typing import Optional, Callable, Any
from pymc_core.node.handlers.control import ControlHandler
logger = logging.getLogger("DiscoveryHelper")