From bbb06c05a833e168b10356a0c103dea7beaa3eca Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Thu, 18 Mar 2021 17:29:45 -0700 Subject: remove type_hint_tests and convert the files to use the new test style (#53167) Summary: This is a follow-up PR of https://github.com/pytorch/pytorch/issues/52408 and move/convert all files under `test/type_hint_tests/*.py` to use the new test style. Pull Request resolved: https://github.com/pytorch/pytorch/pull/53167 Reviewed By: ejguan Differential Revision: D27081041 Pulled By: walterddr fbshipit-source-id: 56508083800a5e12a7af88d095ca26229f0df358 --- mypy.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 6452240bf2..a16a7032cf 100644 --- a/mypy.ini +++ b/mypy.ini @@ -22,7 +22,6 @@ follow_imports = silent files = torch, caffe2, - test/type_hint_tests, test/test_bundled_images.py, test/test_bundled_inputs.py, test/test_complex.py, -- cgit v1.2.3