fixed lint

This commit is contained in:
Mystical
2025-03-17 20:38:28 +05:30
committed by Paul Robinson
parent 3c01c03e4e
commit bef8a82a52

View File

@ -14,7 +14,7 @@ from typing import (
Callable,
NamedTuple,
cast,
)
)
import base58
import trio
@ -23,9 +23,9 @@ from libp2p.abc import (
IHost,
INetStream,
IPubsub,
IPubsubRouter,
ISubscriptionAPI,
)
from libp2p.abc import IPubsubRouter
from libp2p.crypto.keys import (
PrivateKey,
)