mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +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):
|
||||
for ev in fast_events:
|
||||
await ev.wait()
|
||||
|
||||
|
||||
@ -88,5 +88,3 @@ async def test_blacklist_blocks_peer_added_by_notifee():
|
||||
# Give handler a chance to run
|
||||
await trio.sleep(0.1)
|
||||
assert p1.my_id not in p0.peers
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user