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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

1
changelog.d/14992.misc Normal file
View file

@ -0,0 +1 @@
Improve type hints.

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