mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 06:30:53 +00:00
run black w/ extended line length
This commit is contained in:
committed by
Kevin Mai-Husan Chia
parent
905dfa9a8d
commit
7477b29508
@ -20,7 +20,5 @@ async def test_gossipsub_initialize_with_floodsub_protocol():
|
||||
async def test_gossipsub_run_with_floodsub_tests(test_case_obj):
|
||||
await perform_test_from_obj(
|
||||
test_case_obj,
|
||||
functools.partial(
|
||||
GossipsubFactory, degree=3, degree_low=2, degree_high=4, time_to_live=30
|
||||
),
|
||||
functools.partial(GossipsubFactory, degree=3, degree_low=2, degree_high=4, time_to_live=30),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user