Skip to content

Commit

Permalink
Merge pull request #334 from wilfonba/bugFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre authored Feb 10, 2024
2 parents a8a3103 + e4f7e84 commit f5744a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/mfc/bench.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os, sys, uuid, subprocess, dataclasses
import os, sys, uuid, subprocess, dataclasses, typing

import rich.table

Expand All @@ -13,7 +13,7 @@
class BenchCase:
slug: str
path: str
args: list[str]
args: typing.List[str]


def bench(targets = None):
Expand Down

0 comments on commit f5744a8

Please sign in to comment.