diff --git a/examples/type_system/type_system/flyte_python_types.py b/examples/type_system/type_system/flyte_python_types.py index 46a359eec..f3a6efe05 100644 --- a/examples/type_system/type_system/flyte_python_types.py +++ b/examples/type_system/type_system/flyte_python_types.py @@ -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