From 79ac01308c492169046bc04bcd90e1f25bf4037f Mon Sep 17 00:00:00 2001 From: Luca Vivona Date: Thu, 19 Jun 2025 21:38:02 -0400 Subject: [PATCH] remove: unused custom_types TProtocol import --- libp2p/kad_dht/peer_routing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/libp2p/kad_dht/peer_routing.py b/libp2p/kad_dht/peer_routing.py index 2e2107a0..fa938707 100644 --- a/libp2p/kad_dht/peer_routing.py +++ b/libp2p/kad_dht/peer_routing.py @@ -15,9 +15,6 @@ from libp2p.abc import ( INetStream, IPeerRouting, ) -from libp2p.custom_types import ( - TProtocol, -) from libp2p.peer.id import ( ID, )