Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Suppress mypy error
Browse files Browse the repository at this point in the history
Canonicaljson still uses frozendict and this stops mypy from complaining
  • Loading branch information
David Robertson committed Mar 14, 2023
1 parent 298f59e commit 3537e5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ disallow_untyped_defs = False
[mypy-authlib.*]
ignore_missing_imports = True

[mypy-frozendict.*]
ignore_missing_imports = True

[mypy-ijson.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 3537e5c

Please sign in to comment.