diff options
author | David Robertson <davidr@element.io> | 2022-10-02 23:36:01 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-02 23:36:01 +0100 |
commit | 36dca8bba54e88474d92fa9e90cb5c5a0937bec5 (patch) | |
tree | 7ea872239b334143e443020d54ce5ecf16e58666 | |
parent | Also disallow-untyped-defs lol (diff) | |
download | synapse-dmr/typing/run-interaction.tar.xz |
Canonicaljson is supposed to have types now github/dmr/typing/run-interaction dmr/typing/run-interaction
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini index 5530074221..c4118e2aa5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -136,9 +136,6 @@ disallow_untyped_defs = True [mypy-authlib.*] ignore_missing_imports = True -[mypy-canonicaljson] -ignore_missing_imports = True - [mypy-ijson.*] ignore_missing_imports = True |