From d3f02ce324acaaa212c22d112b6d6765eaca019b Mon Sep 17 00:00:00 2001 From: Aleksei Nikiforov Date: Mon, 23 Oct 2023 17:18:22 +0000 Subject: [PATCH] Additional lint fixes (#111793) Follow up to https://github.com/pytorch/pytorch/pull/111367 Pull Request resolved: https://github.com/pytorch/pytorch/pull/111793 Approved by: https://github.com/ezyang, https://github.com/Skylion007 --- torch/_inductor/codecache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch/_inductor/codecache.py b/torch/_inductor/codecache.py index 819086cae722f..07ff94c3a840e 100644 --- a/torch/_inductor/codecache.py +++ b/torch/_inductor/codecache.py @@ -1064,7 +1064,7 @@ def get_include_and_linking_paths( vec_isa: VecISA = invalid_vec_isa, cuda: bool = False, aot_mode: bool = False, -) -> Tuple[Any, str, str, str, str]: +) -> Tuple[List[str], str, str, str, str]: if ( config.is_fbcode() and "CUDA_HOME" not in os.environ