We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b396fad commit 91e0387Copy full SHA for 91e0387
src/dvclive/utils.py
@@ -214,7 +214,7 @@ def read_latest(live, metric_name):
214
215
216
def convert_datapoints_to_list_of_dicts(
217
- datapoints: Union[List[Dict], pd.DataFrame, np.ndarray],
+ datapoints: Union[List[Dict], "pd.DataFrame", "np.ndarray"],
218
) -> List[Dict]:
219
"""
220
Convert the given datapoints to a list of dictionaries.
0 commit comments