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"