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 andreigh committed Oct 26, 2023
1 parent 0df6ae6 commit 0080263
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 @@ -1079,7 +1079,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 0080263

Please sign in to comment.