mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
rm redundant typing
This commit is contained in:
@@ -112,7 +112,7 @@ class ManualDiscovery(Discovery):
|
||||
f"one of the keys in the config file: {[k for k, _ in topology.peers]}"
|
||||
)
|
||||
|
||||
peers_in_network: Dict[str, PeerConfig] = topology.peers
|
||||
peers_in_network = topology.peers
|
||||
peers_in_network.pop(self.node_id)
|
||||
|
||||
self._cached_peers = peers_in_network
|
||||
|
||||
Reference in New Issue
Block a user