From b447eaa001262618dc896e4d806bb43c88a6e4fd Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 27 Aug 2024 12:02:24 -0400 Subject: [PATCH] stop ignoring missing imports for the now-hinted clvm library --- mypy.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/mypy.ini b/mypy.ini index 337141469..8c3404b2b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,5 +1,2 @@ -[mypy-clvm.*] -ignore_missing_imports = True - [mypy-colorama.*] ignore_missing_imports = True