fix: broken import in the examples after net_stream_interface rename

This commit is contained in:
paschal533
2025-02-23 17:15:48 +01:00
committed by Paul Robinson
parent 0f0d51305c
commit d497a2225b
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ from libp2p import (
from libp2p.custom_types import (
TProtocol,
)
from libp2p.network.stream.net_stream_interface import (
from libp2p.network.stream.net_stream import (
INetStream,
)
from libp2p.peer.peerinfo import (

View File

@ -12,7 +12,7 @@ from libp2p.crypto.secp256k1 import (
from libp2p.custom_types import (
TProtocol,
)
from libp2p.network.stream.net_stream_interface import (
from libp2p.network.stream.net_stream import (
INetStream,
)
from libp2p.peer.peerinfo import (

View File

@ -9,7 +9,7 @@ from libp2p import (
from libp2p.custom_types import (
TProtocol,
)
from libp2p.network.stream.net_stream_interface import (
from libp2p.network.stream.net_stream import (
INetStream,
)
from libp2p.peer.peerinfo import (