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

@ -3,9 +3,10 @@ from abc import ABC, abstractmethod
from multiaddr import Multiaddr
from libp2p.network.network_interface import INetwork
from libp2p.network.stream.net_stream_interface import INetStream
from libp2p.stream_muxer.muxed_connection_interface import IMuxedConn
from libp2p.network.stream.net_stream_interface import INetStream
class INotifee(ABC):