From 36dca8bba54e88474d92fa9e90cb5c5a0937bec5 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Sun, 2 Oct 2022 23:36:01 +0100 Subject: Canonicaljson is supposed to have types now --- mypy.ini | 3 --- 1 file changed, 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 -- cgit 1.5.1