From 72a95f8ffa5401649f70978e863dd3f21900a611 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 21 Jan 2025 16:09:55 -0600 Subject: Add monadic_requests module. --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 2373597..ca04070 100644 --- a/mypy.ini +++ b/mypy.ini @@ -8,4 +8,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-pymonad.*] +ignore_missing_imports = True + +[mypy-requests.*] ignore_missing_imports = True \ No newline at end of file -- cgit v1.2.3