style: isort fix ording of imports

This commit is contained in:
Luca Vivona
2025-06-20 16:01:11 -04:00
parent d03ca45bd8
commit 811c217ee6
6 changed files with 30 additions and 33 deletions

View File

@ -29,16 +29,15 @@ from libp2p.peer.peerinfo import (
PeerInfo,
)
from .common import (
ALPHA,
PROTOCOL_ID,
QUERY_TIMEOUT,
)
from .pb.kademlia_pb2 import (
Message,
)
from .common import (
PROTOCOL_ID,
ALPHA,
QUERY_TIMEOUT
)
# logger = logging.getLogger("libp2p.kademlia.provider_store")
logger = logging.getLogger("kademlia-example.provider_store")