run black over dangling files

This commit is contained in:
Alex Stokes
2019-08-02 11:44:11 -07:00
parent da9d5cadec
commit 7b7c8ad30d
11 changed files with 844 additions and 560 deletions

View File

@ -13,8 +13,6 @@ from .floodsub_integration_test_settings import (
)
@pytest.mark.parametrize("num_hosts", (2,))
@pytest.mark.asyncio
async def test_simple_two_nodes(pubsubs_fsub):