From dda509da0b9fec0ad875f626835a3a0068135045 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Wed, 19 May 2021 15:02:04 +0800 Subject: [PATCH] Update record_temp.py --- qlib/workflow/record_temp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qlib/workflow/record_temp.py b/qlib/workflow/record_temp.py index 6bb6341f0..5463e9335 100644 --- a/qlib/workflow/record_temp.py +++ b/qlib/workflow/record_temp.py @@ -88,11 +88,11 @@ class RecordTemp: def list(self): """ - List the stored records. + List the supported artifacts. Return ------ - A list of all the stored records. + A list of all the supported artifacts. """ return []