Fix flake8 for the existing code

This commit is contained in:
mhchia
2019-08-04 00:18:30 +08:00
parent 727342a767
commit 0a5b4a88ca
6 changed files with 2 additions and 9 deletions

View File

@ -3,7 +3,6 @@ import asyncio
import multiaddr
from libp2p.network.connection.raw_connection import RawConnection
from libp2p.peer.id import ID
from ..listener_interface import IListener
from ..transport_interface import ITransport