Skip to content

Commit

Permalink
silence union warning (#3091)
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor authored Jan 25, 2025
1 parent b61436b commit f0ba47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/core/type_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ async def async_to_literal(
res_type = _add_tag_to_type(trans.get_literal_type(t), trans.name)
found_res = True
except Exception as e:
logger.warning(
logger.debug(
f"UnionTransformer failed attempt to convert from {python_val} to {t} error: {e}",
)
continue
Expand Down

0 comments on commit f0ba47f

Please sign in to comment.