summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-02 23:36:01 +0100
committerDavid Robertson <davidr@element.io>2022-10-02 23:36:01 +0100
commit36dca8bba54e88474d92fa9e90cb5c5a0937bec5 (patch)
tree7ea872239b334143e443020d54ce5ecf16e58666
parentAlso disallow-untyped-defs lol (diff)
downloadsynapse-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.ini3
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