Skip to content

Commit 4d535df

Browse files
committed
style(tools): ignore type errors that are not fixable
1 parent 6068550 commit 4d535df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/askui/models/shared/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _convert_to_content(
5959
ImageBlockParam(
6060
source=Base64ImageSourceParam(
6161
media_type=media_type,
62-
data=block.data,
62+
data=block.data, # type: ignore[union-attr]
6363
)
6464
)
6565
)

0 commit comments

Comments
 (0)