mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-09 14:40:53 +00:00
style: fix trailing blank lines in test files
This commit is contained in:
@ -80,4 +80,3 @@ async def test_slow_notifee_does_not_block_others() -> None:
|
|||||||
with trio.fail_after(0.3):
|
with trio.fail_after(0.3):
|
||||||
for ev in fast_events:
|
for ev in fast_events:
|
||||||
await ev.wait()
|
await ev.wait()
|
||||||
|
|
||||||
|
|||||||
@ -88,5 +88,3 @@ async def test_blacklist_blocks_peer_added_by_notifee():
|
|||||||
# Give handler a chance to run
|
# Give handler a chance to run
|
||||||
await trio.sleep(0.1)
|
await trio.sleep(0.1)
|
||||||
assert p1.my_id not in p0.peers
|
assert p1.my_id not in p0.peers
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user