Skip to content

[chore]: Fix add_row_from_dict() typing issues#3739

Open
jvstme wants to merge 1 commit intomasterfrom
add_row_from_dict
Open

[chore]: Fix add_row_from_dict() typing issues#3739
jvstme wants to merge 1 commit intomasterfrom
add_row_from_dict

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Apr 2, 2026

Drop unused index-based mapping from
add_row_from_dict. This simplifies its interface and fixes the
"str" is not the same as "str | int" typing
issue for callers that do not explicitly annotate
data as dict[str | int, Any].

Drop unused index-based mapping from
`add_row_from_dict`. This simplifies its interface
and fixes the
`"str" is not the same as "str | int"` typing
issue for callers that do not explicitly annotate
`data` as `dict[str | int, Any]`.
@jvstme jvstme requested a review from un-def April 2, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants