diff options
author | David Robertson <davidr@element.io> | 2022-03-29 22:37:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 21:37:50 +0000 |
commit | e0bb2681340752f2716f1f386139ca37c53f26cd (patch) | |
tree | c60634aa76eb05611b7371e6a4916ebc782707b7 /mypy.ini | |
parent | Room batch: fix up handling of unknown prev_event_ids (#12316) (diff) | |
download | synapse-e0bb2681340752f2716f1f386139ca37c53f26cd.tar.xz |
Fix typechecker problems exposed by signedjson 1.1.2 (#12326)
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 4781ce56f2..cfe7e77c21 100644 --- a/mypy.ini +++ b/mypy.ini @@ -273,6 +273,9 @@ ignore_missing_imports = True [mypy-ijson.*] ignore_missing_imports = True +[mypy-importlib_metadata.*] +ignore_missing_imports = True + [mypy-jaeger_client.*] ignore_missing_imports = True |