From ee66958e7fc2ac482a6f677ea6ace22792f1a2de Mon Sep 17 00:00:00 2001 From: bomanaps Date: Tue, 19 Aug 2025 11:34:40 +0100 Subject: [PATCH] style: fix trailing blank lines in test files --- tests/core/network/test_notifee_performance.py | 1 - tests/core/pubsub/test_pubsub_notifee_integration.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/core/network/test_notifee_performance.py b/tests/core/network/test_notifee_performance.py index 3339dc50..cba6d0ad 100644 --- a/tests/core/network/test_notifee_performance.py +++ b/tests/core/network/test_notifee_performance.py @@ -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() - diff --git a/tests/core/pubsub/test_pubsub_notifee_integration.py b/tests/core/pubsub/test_pubsub_notifee_integration.py index 89d8f14f..e35dfeb1 100644 --- a/tests/core/pubsub/test_pubsub_notifee_integration.py +++ b/tests/core/pubsub/test_pubsub_notifee_integration.py @@ -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 - -