Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type mismatch in _navigator.search_authors() #527

Open
YoungMind1 opened this issue Nov 30, 2023 · 1 comment
Open

Type mismatch in _navigator.search_authors() #527

YoungMind1 opened this issue Nov 30, 2023 · 1 comment
Labels

Comments

@YoungMind1
Copy link

search_authors() return type should be either Generator[Author, None, None] or Iterator[Author]; currently it is Author.

@YoungMind1
Copy link
Author

I couldn't setup a proper python3.8 env in order to fully test. I think Generator[Author, None, None] should do the trick for python3.8, in python 3.9 and later [Author] should suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant