Skip to content

Commit

Permalink
Merge pull request #507 from PolyJIT/f-FixesTypeError
Browse files Browse the repository at this point in the history
Fixes type error in filter_workload_index
  • Loading branch information
simbuerg authored Sep 15, 2022
2 parents 848766a + 56ea4df commit 761ee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchbuild/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def unwrap(


def filter_workload_index(
only: WorkloadSet, index: WorkloadIndex
only: tp.Optional[WorkloadSet], index: WorkloadIndex
) -> tp.Generator[tp.List[Command], None, None]:
"""
Yield only commands from the index that match the filter.
Expand Down

0 comments on commit 761ee37

Please sign in to comment.