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

Co-authored-by: -LAN- <laipz8200@outlook.com>
pull/22621/head
QuantumGhost 7 months ago committed by GitHub
parent 71aa34dcce
commit 96f749e162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save