diff options
author | Frederick Muriuki Muriithi | 2023-01-28 03:19:07 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-28 03:20:01 +0300 |
commit | 786c6f61c0dc635f908175a369fdd3e89ba7d7b2 (patch) | |
tree | eef7f64c94ceb9cb53b591cbfbbb2aed1bac2012 /mypy.ini | |
parent | 76c464946d01073b8bcb757345d0d42b9a8207e4 (diff) | |
download | genenetwork3-786c6f61c0dc635f908175a369fdd3e89ba7d7b2.tar.gz |
auth: Enable retrieval of a role by id.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,3 +57,6 @@ ignore_missing_imports = True [mypy-pymonad.tools] ignore_missing_imports = True + +[mypy-pymonad.either] +ignore_missing_imports = True |