sayakpaul HF staff commited on
Commit
0a5208a
1 Parent(s): 873e677

add: missing types.

Browse files
Files changed (1) hide show
  1. report_utils.py +1 -0
report_utils.py CHANGED
@@ -1,4 +1,5 @@
1
  import json
 
2
 
3
 
4
  def prepare_report(scheduler_name: str, results: dict):
 
1
  import json
2
+ from typing import Dict
3
 
4
 
5
  def prepare_report(scheduler_name: str, results: dict):