Spaces:
Sleeping
Sleeping
add: missing types.
Browse files- 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):
|