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) -