Open OscarVanL opened 1 month ago
Thanks for the suggestion, Oscar! Thatās an excellent point about Mypy. Iāll look into why Mypy is showing errors and work on a fix for the next release. Appreciate your contribution!
Also, @OscarVanL, could you please double-check that secure is installed correctly in your environment? According to the Mypy documentation (https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports), the āCannot find implementationā error could happen if the package isnāt installed or if the py.typed marker isnāt being detected. Let me know if that helps, and Iāll continue to investigate on my side as well!
Thanks, I did double-check this and the package is installed in the environment I run mypy. I have seen this same error message in the past when packages are untyped (or for whatever reason mypy can't use the typing).
I get this error from Mypy:
It'd be great if the library provided typing for Mypy š