From d23eb440a9cdb730e3802d7fa93b5aafd0670779 Mon Sep 17 00:00:00 2001 From: Yee Hing Tong Date: Tue, 12 Mar 2024 14:05:02 -0700 Subject: [PATCH] Fix monodocs (#2261) * test Signed-off-by: Yee Hing Tong * future Signed-off-by: Yee Hing Tong * comment Signed-off-by: Yee Hing Tong --------- Signed-off-by: Yee Hing Tong --- flytekit/core/artifact_utils.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flytekit/core/artifact_utils.py b/flytekit/core/artifact_utils.py index e8ba247ecf..e977844f3a 100644 --- a/flytekit/core/artifact_utils.py +++ b/flytekit/core/artifact_utils.py @@ -1,3 +1,7 @@ +from __future__ import annotations + +# for why we have the above +# https://github.com/protocolbuffers/protobuf/issues/9765#issuecomment-1119247779 from datetime import datetime from typing import Dict, Optional