mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
incorporated import changes as suggested
This commit is contained in:
@ -15,7 +15,6 @@ from typing import (
|
|||||||
NamedTuple,
|
NamedTuple,
|
||||||
cast,
|
cast,
|
||||||
)
|
)
|
||||||
from typing import Any # noqa: F401
|
|
||||||
|
|
||||||
import base58
|
import base58
|
||||||
import trio
|
import trio
|
||||||
@ -26,7 +25,7 @@ from libp2p.abc import (
|
|||||||
IPubsub,
|
IPubsub,
|
||||||
ISubscriptionAPI,
|
ISubscriptionAPI,
|
||||||
)
|
)
|
||||||
from libp2p.abc import IPubsubRouter # noqa: F401
|
from libp2p.abc import IPubsubRouter
|
||||||
from libp2p.crypto.keys import (
|
from libp2p.crypto.keys import (
|
||||||
PrivateKey,
|
PrivateKey,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user