sort import

This commit is contained in:
Chih Cheng Liang
2019-08-08 14:24:54 +08:00
committed by Kevin Mai-Husan Chia
parent c536aa3e07
commit 9851ee01fb
4 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,10 @@
from abc import ABC, abstractmethod
from .secure_conn_interface import ISecureConn
from libp2p.network.connection.raw_connection_interface import IRawConnection
from libp2p.peer.id import ID
from .secure_conn_interface import ISecureConn
"""
Transport that is used to secure a connection. This transport is