Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Urbanczyk committed Mar 14, 2024
1 parent fedd275 commit 39c6edf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ def run_benchmarks_with_cocotb(benchmarks: list[str], traces: bool) -> bool:
return res.returncode == 0


def run_benchmarks_with_pysim(
benchmarks: list[str],
traces: bool,
) -> bool:
def run_benchmarks_with_pysim(benchmarks: list[str], traces: bool) -> bool:
suite = unittest.TestSuite()

def _gen_test(test_name: str):
Expand Down

0 comments on commit 39c6edf

Please sign in to comment.