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:
@ -14,8 +14,7 @@ from typing import (
|
||||
Callable,
|
||||
NamedTuple,
|
||||
cast,
|
||||
)
|
||||
from typing import Any # noqa: F401
|
||||
)
|
||||
|
||||
import base58
|
||||
import trio
|
||||
@ -26,7 +25,7 @@ from libp2p.abc import (
|
||||
IPubsub,
|
||||
ISubscriptionAPI,
|
||||
)
|
||||
from libp2p.abc import IPubsubRouter # noqa: F401
|
||||
from libp2p.abc import IPubsubRouter
|
||||
from libp2p.crypto.keys import (
|
||||
PrivateKey,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user