diff options
| author | Frederick Muriuki Muriithi | 2025-01-21 16:09:55 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-01-21 16:10:08 -0600 |
| commit | 72a95f8ffa5401649f70978e863dd3f21900a611 (patch) | |
| tree | b66c6044a53daee32795cc52c324965d967c6ce0 /mypy.ini | |
| parent | 761ee64e832dcd38dc1b6d0701b48ee468fb7113 (diff) | |
| download | gn-libs-72a95f8ffa5401649f70978e863dd3f21900a611.tar.gz | |
Add monadic_requests module. genenetwork-system-v1.0.0
Diffstat (limited to 'mypy.ini')
| -rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
