Skip to content

Commit

Permalink
silence union warning (#3092)
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 e1d2815 commit 146c670
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 @@ -1900,7 +1900,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 146c670

Please sign in to comment.