mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
fixed lint
This commit is contained in:
@ -23,9 +23,9 @@ from libp2p.abc import (
|
|||||||
IHost,
|
IHost,
|
||||||
INetStream,
|
INetStream,
|
||||||
IPubsub,
|
IPubsub,
|
||||||
|
IPubsubRouter,
|
||||||
ISubscriptionAPI,
|
ISubscriptionAPI,
|
||||||
)
|
)
|
||||||
from libp2p.abc import IPubsubRouter
|
|
||||||
from libp2p.crypto.keys import (
|
from libp2p.crypto.keys import (
|
||||||
PrivateKey,
|
PrivateKey,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user