From 8394ee5b88aded099b43348bd3072216b0f79387 Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Tue, 18 Jun 2024 12:07:25 -0700 Subject: [PATCH] fix formatting Signed-off-by: Achille Roussel --- tests/test_fastapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fastapi.py b/tests/test_fastapi.py index 554a032..2af40d3 100644 --- a/tests/test_fastapi.py +++ b/tests/test_fastapi.py @@ -73,4 +73,3 @@ def dispatch_test_run(self): def dispatch_test_stop(self): loop = self.runner.get_loop() loop.call_soon_threadsafe(self.event.set) -