From cc51a282d3e3fe6d111280eada8ccccfa972658d Mon Sep 17 00:00:00 2001 From: Yicheng-Lu-llll Date: Thu, 8 Jun 2023 20:40:36 +0000 Subject: [PATCH] nit Signed-off-by: Yicheng-Lu-llll --- flytekit/core/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flytekit/core/constants.py b/flytekit/core/constants.py index d1df73b7b6..5db274c813 100644 --- a/flytekit/core/constants.py +++ b/flytekit/core/constants.py @@ -2,7 +2,6 @@ OUTPUT_FILE_NAME = "outputs.pb" FUTURES_FILE_NAME = "futures.pb" ERROR_FILE_NAME = "error.pb" -# Cuurrently, only timeit spans will be stored in the span file SPAN_FILE_NAME = "span.pb" DECK_FILE_NAME = "deck.html"