pedrorrivero / qrand

A multiprotocol and multiplatform quantum random number generation framework
https://pypi.org/project/qrand/
Apache License 2.0
26 stars 14 forks source link

Fix type checks #28

Closed LaurentAjdnik closed 3 years ago

LaurentAjdnik commented 3 years ago

Very first PR: Let me know if something's wrong with the contribution method.

Uses cast (doc) to fix #26, except for:

These lines contain calls to methods that return Any (line 99) and Dict (line 103). Are we sure we want to and can cast these into List[str]?