Update api/core/workflow/graph_engine/_engine_utils.py

Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
QuantumGhost
2025-07-21 20:42:19 +08:00
committed by GitHub
parent 71aa34dcce
commit 96f749e162

View File

@@ -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.