Skip to content

Commit

Permalink
Fix monodocs (#2261)
Browse files Browse the repository at this point in the history
* test

Signed-off-by: Yee Hing Tong <[email protected]>

* future

Signed-off-by: Yee Hing Tong <[email protected]>

* comment

Signed-off-by: Yee Hing Tong <[email protected]>

---------

Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Mar 12, 2024
1 parent 61a3e95 commit d23eb44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flytekit/core/artifact_utils.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d23eb44

Please sign in to comment.