From 96f749e16235641f23d8777def71d8ff9d8949fa Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Mon, 21 Jul 2025 20:42:19 +0800 Subject: [PATCH] Update api/core/workflow/graph_engine/_engine_utils.py Co-authored-by: -LAN- --- api/core/workflow/graph_engine/_engine_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/workflow/graph_engine/_engine_utils.py b/api/core/workflow/graph_engine/_engine_utils.py index 28898268fe..6e915cf256 100644 --- a/api/core/workflow/graph_engine/_engine_utils.py +++ b/api/core/workflow/graph_engine/_engine_utils.py @@ -1,7 +1,7 @@ import time -def get_timestamp() -> float: +def get_current_timestamp() -> float: """Retrieve a timestamp as a float point numer representing the number of seconds since the Unix epoch.