Skip to content

Conversation

@sebastienraillet
Copy link

The previous return type of the to_flat_dicts function (List[FlatDeltaRow]) was incorrect, which generated numerous warnings when running mypy on applications using deepdiff.

This commit resolves the issue by correcting the type hint to the appropriate type.

Also, corresponding # type ignore is removed as it's now useless.

The previous return type of the to_flat_dicts function
(List[FlatDeltaRow]) was incorrect, which generated numerous warnings
when running mypy on applications using deepdiff.

This commit resolves the issue by correcting the type hint to the
appropriate type.

Also, corresponding # type ignore is removed as it's now useless.

Signed-off-by: Sébastien RAILLET <sebastien.raillet@rtone.fr>
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.

1 participant