[mypy] Remove colorama ignore_missing_imports (#118468)

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/118468
Approved by: https://github.com/Skylion007
ghstack dependencies: #118414, #118418, #118432, #118467
This commit is contained in:
Edward Z. Yang
2024-01-27 19:30:50 -08:00
committed by PyTorch MergeBot
parent 46712b019d
commit 59b4d2cd40
2 changed files with 1 additions and 3 deletions

View File

@ -277,9 +277,6 @@ disallow_any_generics = True
[mypy-torch._dynamo.*]
disallow_any_generics = True
[mypy-colorama.*]
ignore_missing_imports = True
[mypy-cutlass_library.*]
ignore_missing_imports = True