Update tests in test_tcp.py

Besides, run `make format`
This commit is contained in:
mhchia
2019-12-01 16:26:16 +08:00
parent 1e600ea7e0
commit 79fcdf3a02
10 changed files with 55 additions and 43 deletions

View File

@ -1,5 +1,5 @@
import trio
import pytest
import trio
from trio.testing import wait_all_tasks_blocked
from libp2p.network.exceptions import SwarmException