From 19f396f9396bfd34b1b0caeb9b4c631ee3d7eb21 Mon Sep 17 00:00:00 2001 From: Ewald de Wit Date: Sun, 21 Jan 2024 15:14:01 +0100 Subject: [PATCH] Remove redundant blank line. --- nest_asyncio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nest_asyncio.py b/nest_asyncio.py index 70d1618..1cb5c25 100644 --- a/nest_asyncio.py +++ b/nest_asyncio.py @@ -138,7 +138,6 @@ def _run_once(self): handle = None - @contextmanager def manage_run(self): """Set up the loop for running."""