Closed
Description
Hi
I am running mypy
the python static type checker in my project with the --strict
flag and it is causing an error.
Module "semver" does not explicitly export attribute "Version"
I have replicated the error in this repl environment online
https://replit.com/@soneji/semver-mypy
You can click "show code" to see the code but I have printed it also
I have followed the usage instructions in the documentation so I am unsure why this error is being caused