Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Sep 15, 2024
1 parent 8eac2a2 commit de40ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cucc.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def determine_input_languages(arg_list: List[str], xmode: Optional[str] = None)

return modes

def filter_args_for_hipcc(arg_list : list[str]) -> list[str]:
def filter_args_for_hipcc(arg_list: List[str]) -> List[str]:
"""Filter out arguments on the way to hipcc.
"""
filtered = []
Expand Down

0 comments on commit de40ab9

Please sign in to comment.