Expect type stubs from canonicaljson (#14992)

* canonicaljson has stubs now

since https://github.com/matrix-org/python-canonicaljson/pull/52

which is included in the lockfile version we use for type checking.

* Changelog
This commit is contained in:
David Robertson
2023-02-06 12:54:11 +00:00
committed by GitHub
parent e8269ed391
commit b275763c65
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
Improve type hints.
-3
View File
@@ -142,9 +142,6 @@ disallow_untyped_defs = True
[mypy-authlib.*]
ignore_missing_imports = True
[mypy-canonicaljson]
ignore_missing_imports = True
[mypy-ijson.*]
ignore_missing_imports = True