From f67259fe897bda05a69db54a6b184c5f20bb1368 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 7 Dec 2020 15:24:33 -0800 Subject: [PATCH] Fix CI by removing gen_pyi from mypy-stirct.ini (#48961) Summary: Fixes #{issue number} Pull Request resolved: https://github.com/pytorch/pytorch/pull/48961 Reviewed By: janeyx99 Differential Revision: D25383152 Pulled By: malfet fbshipit-source-id: ce0226398522342256d0d701edc13955d1095a0d --- mypy-strict.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/mypy-strict.ini b/mypy-strict.ini index ddd369ebe62..42fc73abf1c 100644 --- a/mypy-strict.ini +++ b/mypy-strict.ini @@ -35,7 +35,6 @@ files = tools/codegen/gen.py, tools/autograd/gen_trace_type.py, tools/autograd/gen_variable_factories.py, tools/autograd/load_derivatives.py, - tools/pyi/gen_pyi.py, torch/utils/benchmark/utils/common.py, torch/utils/benchmark/utils/timer.py, torch/utils/benchmark/utils/valgrind_wrapper/*.py,