Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haochey authored Feb 11, 2024
1 parent 9db504e commit 5a99949
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 5a99949

Please sign in to comment.