mrmaxguns / wonderwordsmodule

Generate random words and sentences with ease in Python. Be on the lookout for bugfixes and speed improvements in 2.3
https://wonderwords.readthedocs.io
MIT License
53 stars 11 forks source link

Fix some types #29

Open diceroll123 opened 6 months ago

diceroll123 commented 6 months ago

This PR fixes some missing types that PyRight yells about.

Even if the function return is annotated Set[str], if you return an untyped set variable, the return value will have an unknown type.