WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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 <[email protected]>
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