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

Commit 3537e5c

Browse files
author
David Robertson
committed
Suppress mypy error
Canonicaljson still uses frozendict and this stops mypy from complaining
1 parent 298f59e commit 3537e5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ disallow_untyped_defs = False
6262
[mypy-authlib.*]
6363
ignore_missing_imports = True
6464

65+
[mypy-frozendict.*]
66+
ignore_missing_imports = True
67+
6568
[mypy-ijson.*]
6669
ignore_missing_imports = True
6770

0 commit comments

Comments
 (0)