From 03ecf3883491a83a306b0e61455d84068e1bd2cb Mon Sep 17 00:00:00 2001 From: pnuckowski Date: Fri, 15 Nov 2024 18:12:45 +0100 Subject: [PATCH] fix: invalid rst code --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 407f1bc..4f7f6e9 100644 --- a/README.rst +++ b/README.rst @@ -235,6 +235,7 @@ E.g. for cases you want to test retrying mechanisms **also you can passthrough all requests except specified by mocking object** .. code:: python + import asyncio import aiohttp from aioresponses import aioresponses