run isort

This commit is contained in:
Chih Cheng Liang
2019-08-05 11:22:44 +08:00
parent 7a04ebb51f
commit e763f57930
11 changed files with 23 additions and 22 deletions

View File

@ -1,6 +1,6 @@
import asyncio
from libp2p.stream_muxer.abc import IMuxedStream, IMuxedConn
from libp2p.stream_muxer.abc import IMuxedConn, IMuxedStream
from .constants import HeaderTags