lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.39k stars 330 forks source link

Do we really need to write type twice? #458

Closed fried-sausage closed 6 years ago

fried-sausage commented 6 years ago

Example of duplicate type annotation: https://github.com/lk-geimfari/mimesis/blob/master/mimesis/helpers.py#L43

lk-geimfari commented 6 years ago

@fried-sausage Nope, actually, I just forgot to update docstrings for this method, sorry. Your PRs always welcome!

lk-geimfari commented 6 years ago

It's done in https://github.com/lk-geimfari/mimesis/commit/4a97010209b7f675e337538f9b6aacad6b6a244c.