diff options
author | Frederick Muriuki Muriithi | 2023-01-20 12:43:47 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-20 12:43:47 +0300 |
commit | b7b743001eae170792c5f533757fa40d86a9788a (patch) | |
tree | 68eed68fa2fdd828083b7f313445d7a89744d86f /mypy.ini | |
parent | f0745377da36b7060da86412f3f5b04b5d383877 (diff) | |
download | genenetwork3-b7b743001eae170792c5f533757fa40d86a9788a.tar.gz |
mypy: minor fixes to typing errors
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,5 +55,5 @@ ignore_missing_imports = True [mypy-authlib.*] ignore_missing_imports = True -[mypy-pymonad.*] +[mypy-pymonad.tools] ignore_missing_imports = True |