Skip to content

Commit

Permalink
add type datetime.date (#1084)
Browse files Browse the repository at this point in the history
Signed-off-by: troychiu <[email protected]>
Co-authored-by: Samhita Alla <[email protected]>
  • Loading branch information
troychiu and samhita-alla authored Aug 14, 2023
1 parent 65c78e4 commit bcd5624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/type_system/type_system/flyte_python_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
# - Datetime
# - Automatic
# - just use python 3 type hints
# * - datetime.date
# - Datetime
# - Automatic
# - just use python 3 type hints
# * - Univariate List / typing.List
# - Collection [ type ]
# - Automatic
Expand Down

0 comments on commit bcd5624

Please sign in to comment.