mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
fixed lint
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user