Skip to content

Commit

Permalink
Additional lint fixes (pytorch#111793)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseiNikiforovIBM authored and xuhancn committed Nov 8, 2023
1 parent 4397f1a commit d3f02ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/_inductor/codecache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3f02ce

Please sign in to comment.