Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Use Any and temp ignore unknown types in subclasses of SearchCore #186

Merged
merged 2 commits into from Jun 20, 2022

Conversation

huenique
Copy link
Contributor

@huenique huenique commented Jun 18, 2022

Temporarily ignore unknown types and use typing.Any in the subclasses of SearchCore inside the __future__.search module.

Certain type checkers will emit an error when a type is fully or partially unknown. Currently, the unknown type issue is prevalent in the library. It's suggested they be fixed in separate PRs.

@mytja
Copy link
Collaborator

mytja commented Jun 20, 2022

Thank you so much for your contribution.

@mytja mytja merged commit bd43c92 into alexmercerind:main Jun 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants