Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkorycki committed Dec 17, 2024
1 parent e176bb3 commit 393da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modelbench/benchmark_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class TestRunnerBase:
def __init__(self, data_dir: pathlib.Path):
self.debug = False
self.data_dir = data_dir
self.secrets = None # TODO: Do we still need?
self.secrets = None
self.suts = []
self.max_items = 10
self.thread_count = 1
Expand Down

0 comments on commit 393da2d

Please sign in to comment.