Closed padraic-padraic closed 1 year ago
Thank you for your work on pyrage!
When developing something using x25519 identities, I noticed that the stubs are missing an annotation for the from_str class method that was making my editor complain. This PR adds the missing annotation.
from_str
Thanks again. I'll cut a stubs release shortly.
Released as stubs version 1.1.0.
Thank you for your work on pyrage!
When developing something using x25519 identities, I noticed that the stubs are missing an annotation for the
from_str
class method that was making my editor complain. This PR adds the missing annotation.