Update repeater/handler_helpers/trace.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Lloyd
2025-12-09 21:40:45 +00:00
committed by GitHub
parent ef4cb035be
commit f901493ffc

View File

@@ -8,7 +8,7 @@ of packets through the mesh network.
import logging
import time
from typing import Optional, Dict, Any
from typing import Dict, Any
from pymc_core.node.handlers.trace import TraceHandler
from pymc_core.protocol.constants import MAX_PATH_SIZE, ROUTE_TYPE_DIRECT