Run isort over files that were missing it

This commit is contained in:
Alex Stokes
2019-08-15 16:26:59 -07:00
parent 2e3ffb9d53
commit 82bae341a7
5 changed files with 8 additions and 6 deletions

View File

@ -18,8 +18,8 @@ from libp2p.network.notifee_interface import INotifee
from tests.utils import (
cleanup,
echo_stream_handler,
perform_two_host_set_up_custom_handler,
generate_new_private_key,
perform_two_host_set_up_custom_handler,
)