Type annotations corrections needed #30
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Hacktoberfest
DigitalOcean's Hacktoberfest
This library needs type annotation improvements! It mistakenly uses
Type[tuple]
where there arenamedtuple
returns. For example:Then if a function use a type annotation like
Type[tuple]
:It should actually be:
The text was updated successfully, but these errors were encountered: