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.38k stars 326 forks source link

generic.pyi has incorrect attribute for providers.Cryptographic #1471

Closed MarcelWilson closed 7 months ago

MarcelWilson commented 7 months ago

Bug report

What's wrong

generic.pyi has incorrect attribute for providers.Cryptographic https://github.com/lk-geimfari/mimesis/blob/346f62471345186164f06dee6b83020a7ac3c8ba/mimesis/providers/generic.pyi#L21

How is that should be

    cryptographic: providers.Cryptographic

System information

lk-geimfari commented 7 months ago

You're right. Thank you for noticing. I'll fix that.