Improve import layout

This commit is contained in:
NIC619
2019-07-28 22:30:51 +08:00
parent e7ac09cb94
commit a4a0d79f6d
15 changed files with 53 additions and 98 deletions

View File

@ -5,12 +5,8 @@ from typing import (
Iterable,
)
from libp2p.peer.id import (
ID,
)
from libp2p.peer.peerinfo import (
PeerInfo,
)
from libp2p.peer.id import ID
from libp2p.peer.peerinfo import PeerInfo
# pylint: disable=too-few-public-methods