From 1a490ee5711e27f22ba31208fc016349aea46e8a Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 9 Dec 2025 21:38:48 +0000 Subject: [PATCH] Update repeater/handler_helpers/discovery.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- repeater/handler_helpers/discovery.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/repeater/handler_helpers/discovery.py b/repeater/handler_helpers/discovery.py index 2c9fd59..8174bbc 100644 --- a/repeater/handler_helpers/discovery.py +++ b/repeater/handler_helpers/discovery.py @@ -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")