You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
search_authors()
return type should be eitherGenerator[Author, None, None]
orIterator[Author]
; currently it isAuthor
.The text was updated successfully, but these errors were encountered: