Run isort in repo

This commit is contained in:
Alex Stokes
2019-08-02 22:36:19 -07:00
committed by Kevin Mai-Husan Chia
parent a92d933ed2
commit c8005c8113
55 changed files with 82 additions and 109 deletions

View File

@ -4,9 +4,8 @@ from multiaddr import Multiaddr
from libp2p.network.network_interface import INetwork
from libp2p.network.notifee_interface import INotifee
from libp2p.stream_muxer.muxed_connection_interface import IMuxedConn
from libp2p.network.stream.net_stream_interface import INetStream
from libp2p.stream_muxer.muxed_connection_interface import IMuxedConn
if TYPE_CHECKING:
import asyncio