[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

@ -144,6 +144,7 @@ init_command = [
'types-protobuf==3.19.18',
'types-pkg-resources==0.1.3',
'types-Jinja2==2.11.9',
'types-colorama==0.4.6',
'junitparser==2.1.1',
'rich==10.9.0',
'pyyaml==6.0',

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