mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
style: isort fix ording of imports
This commit is contained in:
@ -31,6 +31,11 @@ from libp2p.tools.async_service import (
|
||||
Service,
|
||||
)
|
||||
|
||||
from .common import (
|
||||
ALPHA,
|
||||
PROTOCOL_ID,
|
||||
QUERY_TIMEOUT,
|
||||
)
|
||||
from .pb.kademlia_pb2 import (
|
||||
Message,
|
||||
)
|
||||
@ -46,11 +51,6 @@ from .routing_table import (
|
||||
from .value_store import (
|
||||
ValueStore,
|
||||
)
|
||||
from .common import (
|
||||
PROTOCOL_ID,
|
||||
ALPHA,
|
||||
QUERY_TIMEOUT
|
||||
)
|
||||
|
||||
logger = logging.getLogger("kademlia-example.kad_dht")
|
||||
# logger = logging.getLogger("libp2p.kademlia")
|
||||
|
||||
Reference in New Issue
Block a user